mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 21:51:34 +02:00
9 lines
130 B
Plaintext
9 lines
130 B
Plaintext
#!/sbin/openrc-run
|
|
supervisor=supervise-daemon
|
|
name=$RC_SVCNAME
|
|
command="/usr/bin/kopano-spamd"
|
|
|
|
depend() {
|
|
need kopano-server
|
|
}
|