mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 19:55:26 +03:00
10 lines
189 B
Text
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"
|