mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
14 lines
241 B
Plaintext
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
|
|
}
|