You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-libs/phodav/files/spice-webdavd.initd

17 lines
344 B

#!/sbin/openrc-run
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
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
}