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.
Make ``firmware'' files loadable by the operating system kernel. Firmware may then be uploaded to some of the machine's devices, such as Wifi cards.
Add special files to the root file system---e.g., /usr/bin/env.
Builds the linux-libre kernel profile, containing the kernel itself and any linux-loadable kernel modules. This can be extended with a function that accepts the current configuration and returns a new configuration.
A service for adding the /etc/bashrc.d/vte.sh script to your system, which improves the Bash and Zsh experience when using VTE-powered terminal emulators.
Map a device node using Linux's device mapper.
Configure the Pluggable Authentication Modules (PAM) for all the specified PAM services. Each PAM service corresponds to a program, such as login or sshd, and specifies for instance how the program may authenticate users or what it should do when opening a new session.
Populate /etc/environment, which is honored by pam_env, with the specified environment variables. The value of this service is a list of name/value pairs for environments variables, such as:
'(("TZ" . "Canada/Pacific"))Ensure the specified user accounts and groups exist, as well as each account home directory.
Ensure the specified sub UIDs and sub GIDs exist in /etc/subuid and /etc/subgid.
The marionette service allows a guest system (virtual machine) to be manipulated by the host. It is used for system tests.