#!/sbin/openrc-run # Copyright 2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 name="gross daemon" command=/usr/sbin/grossd pidfile=/run/gross/grossd.pid command_args="-u gross -p ${pidfile}" depend() { before mta } start_pre() { checkpath --directory --mode 0700 --owner gross:gross "/run/gross" }