1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/phodav/spice-webdavd.initd
2020-03-06 08:24:49 -03:00

12 lines
207 B
Text

#!/sbin/openrc-run
supervisor=supervise-daemon
description="Spice guest utility for file sharing via WebDAV"
command=/usr/sbin/spice-webdavd
command_args="--port 9843"
depend() {
need dbus
use avahi
}