aports/community/lua-cqueues-pushy/cqpushy.initd
2017-11-21 09:28:11 +02:00

11 lines
189 B
Plaintext

#!/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"