mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
forked-daapd: add version 22.0
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
# Copyright (C) 2014 OpenWrt.org
|
||||
|
||||
START=99
|
||||
BIN=/usr/sbin/forked-daapd
|
||||
PID=/var/run/forked-daapd.pid
|
||||
SSD=start-stop-daemon
|
||||
|
||||
start() {
|
||||
$SSD -p $PID -S -x $BIN -- -P $PID
|
||||
}
|
||||
|
||||
stop() {
|
||||
$SSD -p $PID -K -s SIGINT
|
||||
}
|
||||
Reference in New Issue
Block a user