2
0

gnunet.service 289 B

123456789101112
  1. [Unit]
  2. Description=A framework for secure peer-to-peer networking
  3. [Service]
  4. EnvironmentFile=/etc/default/gnunet
  5. User=${GNUNET_USER}
  6. Type=forking
  7. ExecStart=/usr/bin/gnunet-arm -s -c /etc/gnunet.conf
  8. ExecStop=/usr/bin/gnunet-arm -e -c /etc/gnunet.conf
  9. [Install]
  10. WantedBy=multi-user.target