]> gitweb.michael.orlitzky.com - dead/htsn.git/blob - doc/init.openrc
Remove 'need dns' from the openrc init file.
[dead/htsn.git] / doc / init.openrc
1 #!/sbin/runscript
2
3 #
4 # An example init file tailored for OpenRC on Gentoo.
5 #
6
7 description="Launch htsn to parse The Sports Network feed"
8 command="/usr/bin/htsn"
9 command_args="--daemonize"
10 pidfile="/run/htsn/htsn.pid"
11
12 depend() {
13 use logger
14 need net
15 }