mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
17 lines
267 B
Plaintext
17 lines
267 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
pidfile=/var/run/radicale.pid
|
|
start_stop_daemon_args="--user radicale"
|
|
command=/usr/bin/radicale
|
|
command_args="--foreground"
|
|
command_background=yes
|
|
|
|
depend() {
|
|
use net
|
|
need localmount
|
|
}
|
|
|
|
#start_pre() {
|
|
# checkpath --directory "${pidfile%/*}"
|
|
#}
|