No description
| an2linux | ||
| atuin | ||
| bloop | ||
| blueman-applet | ||
| brscan-skey | ||
| input-leapc | ||
| input-leaps | ||
| kdeconnect | ||
| mpd | ||
| onboard | ||
| pass-secret-service | ||
| picom | ||
| pipewire | ||
| pipewire-pulse | ||
| podman-system-service | ||
| polkit-auth-agent | ||
| pueued | ||
| redshift | ||
| syncthing | ||
| synergys | ||
| taralli | ||
| touchegg | ||
| udiskie | ||
| utils | ||
| wireplumber | ||
| xiccd | ||
| xss-lock | ||
| .gitignore | ||
| import-env.zsh | ||
| LICENSE | ||
| log | ||
| new-service | ||
| README.md | ||
| setup-supervise.zsh | ||
runit user service files
Various runit service files for per-user services. May need to be modified to work on your system.
Helper scripts:
-
log: symlink as therunscript in your service's log directory to enable logging to$SVLOGDIR. If unset, defaults to~/.local/log/ -
utils/setup-supervise.zsh: run to create symlinks forsupervisedirectories, so they are created in $XDG_RUNTIME_DIR -
utils/new-service: create a new service, executing the given command line. Accepted options before service name:-l,--log: create a log directory and symlinklogscript-i PROC,--import-env PROC: include import-env script and import environment from processPROC
Example
utils/new-service -l my-daemon --foreground -a -b -c -
utils/svlogs: like svlogtail for user services. ZSH completion file available inutils/completions