mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 17:01:34 +02:00
18 lines
461 B
Plaintext
18 lines
461 B
Plaintext
#!/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
|
|
}
|