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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Run the nginx Web server.
Run php-fpm to provide a fastcgi socket for calling php through a webserver.
Run the hpcguix-web server.
Run Mumi, a Web interface to the Debbugs bug-tracking server.
Patchwork patch tracking system.
Run the locale daemon, localed, which can be used to control the system locale and keyboard mapping from user programs such as the GNOME desktop environment.
Allow the given program to be used as a screen locker for the graphical server by making it setuid-root, so it can authenticate users, and by creating a PAM service for it.
Add startx to the system profile.
Add X to the system profile, to be used with sx or xinit.
Run the GNOME Desktop Manager (GDM), a program that allows you to log in in a graphical session, whether or not you use GNOME.
Extend the etc-service-type to populate the file hierarchy under /etc/dconf with the <dconf-profile> objects provided as argument.
Run the SLiM graphical login manager for X11.
Store provenance information about the system in the system itself: the channels used when building the system, and its configuration file, when available.
This is the system profile, available as /run/current-system/profile. It contains packages that the sysadmin wants to be globally available to all the system users.
Produce the operating system's boot script, which is spawned by the initrd once the root file system is mounted.
Build the operating system top-level directory, which in turn refers to everything the operating system needs: its kernel, initrd, system profile, boot script, and so on.
A service for populating /etc/profile.d/ with POSIX scripts having the .sh file extension, to be sourced when users log in.
Run activation code at boot time and upon guix system reconfigure completion.
Register garbage-collector roots---i.e., store items that will not be reclaimed by the garbage collector.
Delete files from /tmp, /var/run, and other temporary locations at boot time.
Adds packages and package outputs as modules included in the booted linux-libre profile. Other services can extend this service type to add particular modules to the set of linux-loadable modules.
A service for populating /etc/bashrc.d/ with Bash scripts having the .sh file extension, to be sourced by interactive Bash shells.
Copy the specified executables to /run/privileged/bin and apply special privileges like setuid and/or setgid.
The deprecated /run/setuid-programs directory is also populated with symbolic links to their /run/privileged/bin counterpart. It will be removed in a future Guix release.