blob: 869690a24625e4057ca9c463b5d6bf6b23610aa0 (
plain)
1
2
3
4
5
6
7
8
9
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"
|