1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 11:45:18 +03:00
aports/testing/spice-vdagent/spice-vdagentd.initd
2021-07-31 11:24:37 +00:00

13 lines
233 B
Text

#!/sbin/openrc-run
command=/usr/sbin/spice-vdagentd
command_args=""
pidfile="/run/spice-vdagentd/spice-vdagentd.pid"
depend() {
need dbus
}
start_pre() {
checkpath --directory --mode 0755 --owner root:root /run/spice-vdagentd
}