14 lines
236 B
Plaintext
14 lines
236 B
Plaintext
#!/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
|
|
}
|