mirror of
https://github.com/go-vikunja/vikunja.git
synced 2025-12-05 18:57:47 -06:00
16 lines
234 B
Plaintext
Executable File
16 lines
234 B
Plaintext
Executable File
#!/sbin/openrc-run
|
|
|
|
command="/usr/local/bin/vikunja"
|
|
command_background=true
|
|
pidfile="/run/vikunja.pid"
|
|
directory="/opt/vikunja"
|
|
description="Vikunja service"
|
|
|
|
depend() {
|
|
need net
|
|
}
|
|
|
|
start_pre() {
|
|
checkpath --directory /run
|
|
}
|