mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-08 02:02:08 +01:00
15 lines
254 B
Bash
15 lines
254 B
Bash
#!/sbin/openrc-run
|
|
|
|
supervisor=supervise-daemon
|
|
name="thelounge"
|
|
command="/usr/bin/thelounge"
|
|
command_args="start"
|
|
command_user="thelounge:thelounge"
|
|
command_background=true
|
|
pidfile="/run/thelounge.pid"
|
|
|
|
depend() {
|
|
need net localmount
|
|
after firewall
|
|
}
|