void-runit icon indicating copy to clipboard operation
void-runit copied to clipboard

runit init scripts for Void

Results 39 void-runit issues
Sort by recently updated
recently updated
newest added

I use the `dispatcher.d` functionality from NetworkManager for mounting my NAS when I connect to the correct wifi via UUID. When the NetworkManager stops, the `pre-down` function from the dispatcher...

Hello, after installing void-linux on my laptop, I came pretty fast to the conclusion, that I need the option to execute some things before the services are stopped by runit....

The vlogger (8) man page) [says](https://github.com/void-linux/void-runit/blob/5b18be19e3faa8eb396c0608906fbf0d755a4491/vlogger.8#L96-L97): > _-p pri_ > The _pri_ can be _facility.level_ or just _facility_. > ... > The default is _user.notice_. And [later](https://github.com/void-linux/void-runit/blob/5b18be19e3faa8eb396c0608906fbf0d755a4491/vlogger.8#L118-L120): > _-t tag_...

I have recently fooled around with kexec and found a small issue. Commits 05c6e86e085e0c0fdfc84a013477efd51e700845 and df580011835bff76fc0d4473f52344898abd9ef5 changed how `/run/runit/reboot` works, which results in `if [ -e /run/runit/reboot ]` always evaluating...

This is an attempt to implement the shutdown part of #23. This also supersedes both #56 and #29 (shutdown part only). From #56 and [my own use case](http://www.apcupsd.org/manual/manual.html#shutdown-sequence) (for which...

This is a simple solution to address #23. - To disable a oneshot, simply chmod -x it. I guess a package would have to mark these as `conf_files`? That does...

I have this in /etc/fstab proc /proc proc nosuid,nodev,noexec,hidepid=2 0 0 after rebooting I still see everything with top though. when I do mount -o remount /proc top shows me...

01-static-devnodes.sh should use `kmod static-nodes -f devname | cut -d' ' -f1` instead of parsing the default human-optimized output.

When TIMEZONE was unset or empty, the resulting empty TZ variable in the environment caused hwclock to set the timezone to UTC and ignore the value of /etc/localtime. Only set...

In a setup where /boot is encrypted and placed onto completely separate encrypted disk, and keyfiles are used in crypttab, runit (03-filesystems.sh) tries to check the /boot partition for a...