mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
12 lines
207 B
Text
12 lines
207 B
Text
#!/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
|
|
}
|