forked from pool/gnunet
- Update to 0.11.4: * see /usr/share/package/gnunet/ChangeLog - Drop pathes: * gnunet-fix_postgresql_include.patch * gnunet-0.10.1_libexec_conversation.patch - Create system user and groups with systemd-sysusers - Build gnurl only with protocols: HTTP HTTPS - Remove obsolete macros - Systemd files cleanup - Spec file cleanup OBS-URL: https://build.opensuse.org/request/show/703531 OBS-URL: https://build.opensuse.org/package/show/filesharing/gnunet?expand=0&rev=4
19 lines
580 B
SYSTEMD
19 lines
580 B
SYSTEMD
[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
|