1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00
aports/testing/lua-cqueues-pushy/cqpushy.initd
2016-03-28 15:46:20 +03:00

10 lines
189 B
Text

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