runit icon indicating copy to clipboard operation
runit copied to clipboard

The init system for Void Linux.

Results 17 runit issues
Sort by recently updated
recently updated
newest added

Use log status only if service is okay but log isn't. In all other cases, use service status. Fixes #20. Before ``` ❯ xbps-query runit | ag 'repo|pkgver' pkgver: runit-2.1.2_11...

[sv(8)](http://smarden.org/runit/sv.8.html) says: > The sv program can be sym-linked to `/etc/init.d/` to provide an LSB init script interface. The service to be controlled then is specified by the base name...

We should mirror the release tags so that github will generate tarballs. This will make it easier to pull from this repo and build a binary.

LXC/LXD sends sigpwr signal to Pid 1 but it doesn‘t listen to it, thus stopping LXC/LXD from stopping the container correctly.

Facts: 1) I had started dhcpcd too many times because my device names changed, and I was trying to get it working (yes, I should have killed or restarted the...

Apparently a mistake from copy pasting. This was hiding the actual exit codes (usually became only 0), so much of the logic around detecting return codes from children was wrong....

Moved from void-linux/void-packages#28790 Allows sv's completion to complete other service directories, e.g. for per-user services. If the $SVDIR environment variable is set and sv isn't used with sudo, the completion...

This would also be removing the built-in getopt implementation, and using the libc one.

Currently, the runit template in void-packages `vsed`s this to `/usr/bin/runit`. @sgn pointed out that leaving it as `/sbin/runit` is better because it allows for distros that haven't gone through usrmerge...

Removed the chkshsgr and systype checks. This one is still a bit WIP. Technically, `chkshsgr` checks if the build system can adequately run the `hasshsgr` test, so just removing it...