_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


autofs
Channel: guix
Location: gnu/services/nfs.scm (gnu services nfs)
Description:

Run autofs

pipefs
Channel: guix
Location: gnu/services/nfs.scm (gnu services nfs)
Description:

Mount the pipefs file system, which is used to transfer NFS-related data between the kernel and user-space programs.

rpcbind
Channel: guix
Location: gnu/services/nfs.scm (gnu services nfs)
Description:

Run the RPC Bind service, which provides a facility to map ONC RPC program numbers into universal addresses. Many NFS related services use this facility.

idmap
Channel: guix
Location: gnu/services/nfs.scm (gnu services nfs)
Description:

Run the idmap daemon, which provides a mapping between user IDs and user names. It is typically required to access file systems mounted via NFSv4.

nix
Channel: guix
Location: gnu/services/nix.scm (gnu services nix)
Description:

Run the Nix daemon.

opensnitch
Channel: guix
Location: gnu/services/opensnitch.scm (gnu services opensnitch)
Description:

Run the OpenSnitch application firewall daemon.

pam-mount-volume
Channel: guix
Location: gnu/services/pam-mount.scm (gnu services pam-mount)
Description:

Mount remote volumes such as CIFS shares via PAM when logging in, using login credentials.

pam-mount
Channel: guix
Location: gnu/services/pam-mount.scm (gnu services pam-mount)
Description:

Activate PAM-Mount support. It allows mounting volumes for specific users when they log in.

powertop
Channel: guix
Location: gnu/services/pm.scm (gnu services pm)
Description:

Tune power-related kernel parameters to reduce energy consumption.

thermald
Channel: guix
Location: gnu/services/pm.scm (gnu services pm)
Description:

Run thermald, a CPU frequency scaling service that helps prevent overheating.

tlp
Channel: guix
Location: gnu/services/pm.scm (gnu services pm)
Description:

Run TLP, a power management tool.

power-profiles-daemon
Channel: guix
Location: gnu/services/pm.scm (gnu services pm)
Description:

Run the Power Profiles Daemon

apcupsd
Channel: guix
Location: gnu/services/power.scm (gnu services power)
Description:

Configure and optionally start the apcupsd.

rsync
Channel: guix
Location: gnu/services/rsync.scm (gnu services rsync)
Description:

Run the rsync file copying tool in daemon mode. This allows remote hosts to keep synchronized copies of the files exported by rsync.

wsdd
Channel: guix
Location: gnu/services/samba.scm (gnu services samba)
Description:

Web Service Discovery Daemon

samba
Channel: guix
Location: gnu/services/samba.scm (gnu services samba)
Description:

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.

rshiny
Channel: guix
Location: gnu/services/science.scm (gnu services science)
Description:

Run an R-Shiny webapp as a Guix Service.

sddm
Channel: guix
Location: gnu/services/sddm.scm (gnu services sddm)
Description:

Run SDDM, a display and log-in manager for X11 and Wayland.

pcscd
Channel: guix
Location: gnu/services/security-token.scm (gnu services security-token)
Description:

Run pcscd, the PC/SC smart card daemon.

fail2ban
Channel: guix
Location: gnu/services/security.scm (gnu services security)
Description:

Run the fail2ban server.

shepherd-timer
Channel: guix
Location: gnu/services/shepherd.scm (gnu services shepherd)
Description:

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.

shepherd-transient
Channel: guix
Location: gnu/services/shepherd.scm (gnu services shepherd)
Description:

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.

shepherd-system-log
Channel: guix
Location: gnu/services/shepherd.scm (gnu services shepherd)
Description:

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.

shepherd-root
Channel: guix
Location: gnu/services/shepherd.scm (gnu services shepherd)
Description:

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.

Page: 191011121315
Total services: 342