#!/sbin/openrc-run # Copyright 2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 name="stalwart daemon" description="email server" pidfile="/run/silverbullet.pid" command_background=true command="/home/stalwart/bin/stalwart-mail" command_args="--config=/home/stalwart/etc/config.toml" command_user="stalwart:stalwart" depend() { need net }