darkfid.init 241 B

12345678910111213
  1. #!/sbin/openrc-run
  2. # Distributed under the terms of the GNU General Public License v2
  3. description="darkfid daemon"
  4. command="/usr/bin/darkfid"
  5. command_background=true
  6. command_user="${USER}"
  7. pidfile="/run/darkfid.pid"
  8. depend() {
  9. use net
  10. }