diff options
Diffstat (limited to 'community/phodav/spice-webdavd.initd')
-rw-r--r-- | community/phodav/spice-webdavd.initd | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/community/phodav/spice-webdavd.initd b/community/phodav/spice-webdavd.initd index 652ecd166b..9aefc6871d 100644 --- a/community/phodav/spice-webdavd.initd +++ b/community/phodav/spice-webdavd.initd @@ -1,13 +1,11 @@ #!/sbin/openrc-run +supervisor=supervise-daemon description="Spice guest utility for file sharing via WebDAV" -command="/usr/sbin/spice-webdavd" +command=/usr/sbin/spice-webdavd command_args="--port 9843" -pidfile="/run/${SVCNAME}.pid" -command_background="yes" - depend() { need dbus use avahi |