diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-23 07:54:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-23 07:54:55 +0000 |
commit | d95369edaf2e39856e5ff8328c5449e7ea03cf4a (patch) | |
tree | 3a87271ca1afc2c8f0dc8963668b011d570bdb08 /main/phodav/spice-webdavd.initd | |
parent | fe740e0abee518c5b26ba83ee9577a3c4a684920 (diff) | |
download | aports-d95369edaf2e39856e5ff8328c5449e7ea03cf4a.tar.bz2 aports-d95369edaf2e39856e5ff8328c5449e7ea03cf4a.tar.xz |
main/phodav: move from testing
Diffstat (limited to 'main/phodav/spice-webdavd.initd')
-rw-r--r-- | main/phodav/spice-webdavd.initd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/main/phodav/spice-webdavd.initd b/main/phodav/spice-webdavd.initd new file mode 100644 index 0000000000..9f83542f36 --- /dev/null +++ b/main/phodav/spice-webdavd.initd @@ -0,0 +1,17 @@ +#!/sbin/runscript +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/phodav/files/spice-webdavd.initd,v 1.1 2014/06/13 12:05:09 dev-zero Exp $ + +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 +} |