ayaports/user/thelounge/thelounge.initd

15 lines
254 B
Text
Raw Normal View History

2024-02-03 17:48:06 +00: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
}