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
consumer-of
I want to make a vlogger logging service for an unofficial Void Linux setup:
vlogger
# /etc/dinit.d/vlogger type = process command = vlogger -t $1 -p daemon consumer-of = $1
It could be used in the depends-ms: property:
depends-ms:
# /etc/dinit.d/acpid type = process command = acpid -f log-type = pipe depends-ms: vlogger@acpid
The text was updated successfully, but these errors were encountered:
mobin-2008
No branches or pull requests
I want to make a
vlogger
logging service for an unofficial Void Linux setup:It could be used in the
depends-ms:
property:The text was updated successfully, but these errors were encountered: