Files
darkfi/contrib/init/openrc/darkfid.init
2026-01-01 11:29:56 +00:00

14 lines
241 B
Plaintext

#!/sbin/openrc-run
# Distributed under the terms of the GNU General Public License v2
description="darkfid daemon"
command="/usr/bin/darkfid"
command_background=true
command_user="${USER}"
pidfile="/run/darkfid.pid"
depend() {
use net
}