diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-11-21 09:28:11 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-11-21 09:28:11 +0200 |
commit | 2272e48b0f5268a4190806f187cb3cffd095ffe8 (patch) | |
tree | 723a0b167d2b5bfcc0c9624678a3194201944814 /community/lua-cqueues-pushy/cqpushy.initd | |
parent | 5faa024740db542d72dd9de5576efc8823fb93f3 (diff) | |
download | aports-2272e48b0f5268a4190806f187cb3cffd095ffe8.tar.bz2 aports-2272e48b0f5268a4190806f187cb3cffd095ffe8.tar.xz |
community/lua-cqueues-pushy: moved from testing
Diffstat (limited to 'community/lua-cqueues-pushy/cqpushy.initd')
-rw-r--r-- | community/lua-cqueues-pushy/cqpushy.initd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/lua-cqueues-pushy/cqpushy.initd b/community/lua-cqueues-pushy/cqpushy.initd new file mode 100644 index 0000000000..869690a246 --- /dev/null +++ b/community/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" |