This website requires JavaScript.
Explore
Help
Register
Sign In
snailed
/
void-packages
Watch
2
Star
0
Fork
You've already forked void-packages
0
Code
Issues
1
Pull Requests
2
Actions
Activity
42c87d78cb
void-packages
/
srcpkgs
/
knot
/
files
/
knotd
/
run
5 lines
101 B
Bash
Raw
Blame
History
#!/bin/sh
[
-r ./conf
]
&&
. ./conf
install -d -m0755 -o _knot -g _knot /run/knot
exec
knotd
${
OPTS
}
Reference in New Issue
View Git Blame
Copy Permalink