aports/testing/lua-cqueues-pushy/cqpushy.initd
2016-03-28 15:46:20 +03: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"