aports/testing/thelounge/thelounge.initd
psykose 3717a17555 testing/thelounge: re-add
no more glibc deps
2023-05-17 14:06:22 +02:00

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
}