blob: 869690a24625e4057ca9c463b5d6bf6b23610aa0 (
plain) (
tree)
|
|
#!/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"
|