We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inside of the /var/service directory, is a run, check, log/, and supervise files.
/var/service
run
check
log/
supervise
These files are supposed to be in /var/service/socklog-unix
/var/service/socklog-unix
its like it moved everything in /etc/sv/socklog-unix/* into /var/service
/etc/sv/socklog-unix/*
instead of moving /etc/sv/socklog-unix into /var/service/socklog-unix
/etc/sv/socklog-unix
Maybe try using /etc/runit/runsvdir/default/ instead of /var/service for provisioning.
/etc/runit/runsvdir/default/
The text was updated successfully, but these errors were encountered:
Also, inside of /etc/sv/socklog-unix is a symlink for nanoklogd and wpa_supplicant for some reason.
nanoklogd
wpa_supplicant
Sorry, something went wrong.
just found this and will fix in the next commit, : https://docs.voidlinux.org/config/services/index.html#enabling-services
No branches or pull requests
Inside of the
/var/service
directory, is arun
,check
,log/
, andsupervise
files.These files are supposed to be in
/var/service/socklog-unix
its like it moved everything in
/etc/sv/socklog-unix/*
into/var/service
instead of moving
/etc/sv/socklog-unix
into/var/service/socklog-unix
Maybe try using
/etc/runit/runsvdir/default/
instead of/var/service
for provisioning.The text was updated successfully, but these errors were encountered: