ayaports/backports/thelounge/thelounge.initd

15 lines
254 B
Text
Raw Normal View History

2024-02-03 12:48:06 -05:00
#!/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
}