commit to push

This commit is contained in:
Fliegerjohn 2024-10-01 22:41:00 +02:00
parent 1a2d548a46
commit ea8d83f8bf
Signed by: fliegerjohn
GPG key ID: E2221D5FE4656B6A
2 changed files with 53 additions and 1 deletions

14
init.d/vikunja Executable file
View 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
}