commit to push
This commit is contained in:
parent
1a2d548a46
commit
ea8d83f8bf
2 changed files with 53 additions and 1 deletions
14
init.d/vikunja
Executable file
14
init.d/vikunja
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/sbin/openrc-run
|
||||
|
||||
name=vikunja
|
||||
description="Vikunja"
|
||||
supervisor="supervise-daemon"
|
||||
command="/opt/vikunja/vikunja"
|
||||
command_user="vikunja:vikunja"
|
||||
command_args=""
|
||||
supervise_daemon_args=" -d /var/lib/vikunja"
|
||||
|
||||
depend() {
|
||||
after net
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue