mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-18 15:12:02 +01:00
12 lines
176 B
Plaintext
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
|
|
}
|