diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-03-28 15:45:09 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-03-28 15:46:20 +0300 |
commit | 1595e926ab809d221c4e92b07129be156c39b3e3 (patch) | |
tree | c4b50ecfb714565ea4ca0513cf176d38c1fa45c8 /testing/lua-cqueues-pushy/cqpushy.initd | |
parent | b928439ad003b436fe746122ed9c553cee8885d3 (diff) | |
download | aports-1595e926ab809d221c4e92b07129be156c39b3e3.tar.bz2 aports-1595e926ab809d221c4e92b07129be156c39b3e3.tar.xz |
testing/lua-cqueues-pushy: new aport
Diffstat (limited to 'testing/lua-cqueues-pushy/cqpushy.initd')
-rw-r--r-- | testing/lua-cqueues-pushy/cqpushy.initd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/lua-cqueues-pushy/cqpushy.initd b/testing/lua-cqueues-pushy/cqpushy.initd new file mode 100644 index 0000000000..869690a246 --- /dev/null +++ b/testing/lua-cqueues-pushy/cqpushy.initd @@ -0,0 +1,10 @@ +#!/sbin/openrc-run + +depend() { + after net firewall chrony dbus +} + +description="lua-cqueues-pushy" +command="/etc/cqpushy/cqpushy.lua" +command_background="yes" +pidfile="/var/run/cqpushy.pid" |