1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-14 11:49:53 +03:00
aports/testing/oo7/oo7-server.initd
2025-04-19 18:54:49 +00:00

11 lines
170 B
Bash

#!/sbin/openrc-run
name="OO7 server"
description="D-Bus Secret Service provider"
supervisor=supervise-daemon
command="/usr/libexec/oo7-daemon"
depend() {
need dbus
}