SHA256
1
0
forked from pool/gnunet
gnunet/gnunet.service.in

19 lines
580 B
SYSTEMD
Raw Normal View History

[Unit]
Description=GNUnet
Description=Security focused Peer-to-Peer Framework
Description=Configuration files: /etc/gnunet.conf /usr/share/gnunet/config.d
Description=Log files: /var/log/gnunet/gnunet.log
After=syslog.target remote-fs.target network.target
Wants=time-sync.target ypbind.service sendmail.service
Before=time-sync.target ypbind.service sendmail.service
[Service]
Type=forking
ExecStart=@LIBDIR@/gnunet/libexec/gnunet-service-arm -l /var/log/gnunet/gnunet.log -d
TimeoutStartSec=5s
WorkingDirectory=/var/run/gnunet
User=@USER@
[Install]
WantedBy=multi-user.target