mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 11:45:18 +03:00
13 lines
233 B
Text
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
|
|
}
|