aboutsummaryrefslogtreecommitdiffstats
path: root/community/phodav/spice-webdavd.initd
blob: 9aefc6871dbccf625b5dc7ddd7bc42e0e35b2999 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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
}