X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=sound%2Fscmpc%2Ffiles%2Fscmpc.init;fp=sound%2Fscmpc%2Ffiles%2Fscmpc.init;h=5b12d3512a2f30c7b1e81afc75e1b8f1a2a6bf8c;hb=e693c694459748f4a9df03e72ddfc96ed07ec566;hp=0000000000000000000000000000000000000000;hpb=dc1e7e2f836f5d4df24225ebb00ba4994a89e428;p=packages.git diff --git a/sound/scmpc/files/scmpc.init b/sound/scmpc/files/scmpc.init new file mode 100644 index 000000000..5b12d3512 --- /dev/null +++ b/sound/scmpc/files/scmpc.init @@ -0,0 +1,12 @@ +#!/bin/sh /etc/rc.common +# Copyright (C) 2006 OpenWrt.org +START=94 + +start() { + mkdir -p /var/lib/scmpc + /usr/bin/scmpc +} + +stop() { + killall scmpc +}