Add www-apps/marisa
Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
13
www-apps/marisa/files/marisa.initd-r1
Normal file
13
www-apps/marisa/files/marisa.initd-r1
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/sbin/openrc-run
|
||||
# Copyright 2026 Shin'ya Minazuki
|
||||
|
||||
supervisor="supervise-daemon"
|
||||
|
||||
command="/usr/bin/${RC_SVCNAME}"
|
||||
command_args="-f /etc/marisa/marisa.conf"
|
||||
command_background="true"
|
||||
pidfile="/run/marisa.pid"
|
||||
|
||||
depend() {
|
||||
need net
|
||||
}
|
||||
Reference in New Issue
Block a user