#!/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 }