X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=doc%2Finit.openrc;fp=doc%2Finit.openrc;h=783bcdd8b8bc150d406e6c047ef1bc778de47b2c;hb=8f85b770010bb78c0d1f29c188e602a97e77e3bd;hp=0000000000000000000000000000000000000000;hpb=9a17070e1d71abcca8fed41d52438bbc893ce3e2;p=dead%2Fhtsn.git diff --git a/doc/init.openrc b/doc/init.openrc new file mode 100755 index 0000000..783bcdd --- /dev/null +++ b/doc/init.openrc @@ -0,0 +1,15 @@ +#!/sbin/runscript + +# +# An example init file tailored for OpenRC on Gentoo. +# + +description="Launch htsn to parse The Sports Network feed" +command="/usr/bin/htsn" +command_args="--daemonize" +pidfile="/run/htsn/htsn.pid" + +depend() { + use logger + need dns net +}