aports/testing/sopel/sopel.initd
2018-09-27 06:18:40 +00:00

12 lines
176 B
Plaintext

#!/sbin/openrc-run
command="/usr/bin/sopel"
command_args="-c $CONFIG_PATH"
pidfile="/run/sopel.pid"
command_background=true
command_user="sopel:sopel"
depend() {
need net
}