sv up <services>
sv down <services>
sv restart <services>
sv status <services>
sv status /var/service/*
sv status ntpd
https://docs.voidlinux.org/config/services/index.html
xbps-install -Su
xbps-install -Su appname
xbps-remove appname
xbps-remove -o
xbps-install -Su void-repo-nonfree
xbps-install linux-firmware-amd
xbps-install base-devel
xbps-install libatomic_ops-devel
xbps-install plocate
By default, Void comes with no logging daemon. There are different implementations available, socklog is simplistic and easy to use:
xbps-install socklog-void
ln -s /etc/sv/socklog-unix /var/service/
ln -s /etc/sv/nanoklogd /var/service/
xbps-install git
xbps-install lua
xbps-install marker
xbps-install liteide
xbps-install vlc
xbps-install tree
xbps-install okular
xbps-install age
xbps-install qalculate-qt
xbps-install lxd
xbps-install libreoffice
xbps-install openntpd
ln -s /etc/sv/ntpd /var/service/
ntpctl -s all # Check status
xbps-install zramen
ln -s /etc/sv/zramen /var/service
nano /etc/sv/zramen/conf
# cat /proc/swaps
Filename Type Size Used Priority
/dev/sda4 partition 4140352 89384 -2
/dev/zram0 partition 853916 0 32767
TODO:
PSD is a service that symlinks & syncs browser profile directories to RAM, thus reducing HDD/SSD calls & speeding up browsers.
You can get it from here. This helps Firefox & Chromium reduce ram usage.
git clone https://github.com/madand/runit-services
cd runit-services
mv psd /etc/sv/
ln -s /etc/sv/psd /var/service/
chmod +x etc/sv/psd/*