10 lines
215 B
Plaintext
10 lines
215 B
Plaintext
#!/sbin/openrc-run
|
|
# Copyright 2026 Shin'ya Minazuki
|
|
|
|
supervisor="supervise-daemon"
|
|
|
|
command="/usr/sbin/${RC_SVCNAME}"
|
|
command_args="-s -d /etc/dinit.d -q"
|
|
command_background="true"
|
|
pidfile="/run/${RC_SVCNAME}.pid"
|