#!/sbin/openrc-run # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 description="Silverbullet.md - personal note taking app" pidfile="/run/silverbullet.pid" command_background=true command="/data/daemons/silverbullet/silverbullet" command_args="/home/notes/ --hostname 127.0.0.1 --port 8001" command_user="silverbullet:users" depend() { need net }