Enter the query into the form above.
API method:
GET /api/services?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Run the rsync file copying tool in daemon mode. This allows remote hosts to keep synchronized copies of the files exported by rsync.
Run Samba, a network file and print service for all clients using the SMB/CIFS protocol. Samba is an important component to seamlessly integrate Linux/Unix Servers and Desktops into Active Directory environments. It can function both as a domain controller or as a regular domain member.
Web Service Discovery Daemon
Run an R-Shiny webapp as a Guix Service.
Run SDDM, a display and log-in manager for X11 and Wayland.
Run pcscd, the PC/SC smart card daemon.
Run the fail2ban server.
The Shepherd's system-log service plays the role of traditional syslogd program, reading data logged by daemons to /dev/log and writing it to several files in /var/log according to user-provided dispatching rules.
Run the GNU Shepherd as PID 1---i.e., the operating system's first process. The Shepherd takes care of managing services such as daemons by ensuring they are started and stopped in the right order.
The Shepherd timer service lets you schedule commands dynamically, similar to the at command that your grandparents would use on that Slackware they got on a floppy disk. For example, consider this command:
herd schedule timer at 07:00 -- mpg123 Music/alarm.mp3
It does exactly what you would expect.
The Shepherd transient service lets you run commands asynchronously, in the background, similar to systemd-run, as in this example:
herd spawn transient -E SSH_AUTH_SOCK=$SSH_AUTH_SOCK -- \ rsync -e ssh -vur . backup.example.org:
This runs rsync in the background, as a service that you can inspect with herd status and stop with herd stop.
Run speakersafetyd, a user space daemon that implements an analogue of the Texas Instruments Smart Amp speaker protection model. It can be used to protect the speakers on Apple Silicon devices.
Configure low-level Linux sound support, ALSA.
Configure PulseAudio sound support.
Configure LADSPA plugins.
Start the vdagentd and vdagent daemons from the spice-vdagent package to enable window resizing and clipboard sharing for VM guests.
Automatically set up ssh connections (and keep them alive).
Run the EndleSSH secure shell (SSH) tarpit.
Run the Dropbear secure shell (SSH) server.
Run the OpenSSH secure shell (SSH) server, sshd.
Run Syncthing decentralized continuous file system synchronization.
Set Linux kernel parameters under /proc/sys at system startup time.
Run the Jami daemon (jamid). This service is geared toward the use case of hosting Jami rendezvous points over a headless server. If you use Jami on your local machine, you may prefer to setup a user Shepherd service for it instead; this way, the daemon will be shared via your normal user D-Bus session bus.