summaryrefslogtreecommitdiff
path: root/net-libs/phodav/files/spice-webdavd.initd
blob: 65b92c45dc5046fa3a9f667bed080abdc1232d95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/sbin/openrc-run
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

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
}