aports/testing/diod/diod.initd
Natanael Copa e60133b46d testing/diod: misc cleanups
- simplify pkgdesc
- fix source url
- fix depends
- install configs in /etc/diod instead of /etc
- use .initd as suffix for init.d script for consistency (it probably
  needs cleanup too)
2015-11-04 10:16:37 +00:00

8 lines
122 B
Plaintext
Executable File

#!/sbin/runscript
start() {
ebegin
start-stop-daemon --start -p /var/run/diod.pid -mbx /usr/bin/diod -- -f
eend $?
}