blob: 652ecd166bde5fcbdabb9e32d119b9abbf2e07f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/sbin/openrc-run
description="Spice guest utility for file sharing via WebDAV"
command="/usr/sbin/spice-webdavd"
command_args="--port 9843"
pidfile="/run/${SVCNAME}.pid"
command_background="yes"
depend() {
need dbus
use avahi
}
|