mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-01 17:01:34 +01:00
9 lines
129 B
Bash
9 lines
129 B
Bash
#!/sbin/openrc-run
|
|
supervisor=supervise-daemon
|
|
name=$RC_SVCNAME
|
|
command="/usr/bin/kopano-ical"
|
|
|
|
depend() {
|
|
need kopano-server
|
|
}
|