X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=contrib%2Fservices%2Fsystemd%2Fgnunet.service;fp=contrib%2Fservices%2Fsystemd%2Fgnunet.service;h=1c458cea6d98dca84cb27838c978717e662dd6aa;hb=b7d497cb169f8de8973d40391f1b4f40f03db389;hp=6bcf64d23f981f9e95456676bf294d386b296911;hpb=3fe0864331282f0436687674e0474f55c6c76c46;p=oweals%2Fgnunet.git diff --git a/contrib/services/systemd/gnunet.service b/contrib/services/systemd/gnunet.service index 6bcf64d23..1c458cea6 100644 --- a/contrib/services/systemd/gnunet.service +++ b/contrib/services/systemd/gnunet.service @@ -1,14 +1,15 @@ -# This was copied from the AUR gnunet-git (https://aur.archlinux.org/gnunet-git.git/) at commit: 6c946b34 +# Copyright (C) 2019 GNUnet e.V. +# +# Copying and distribution of this file, with or without modification, +# are permitted in any medium without royalty provided the copyright +# notice and this notice are preserved. This file is offered as-is, +# without any warranty. [Unit] -Description=A framework for secure peer-to-peer networking +Description=Service that runs a GNUnet for the user gnunet +After=network.target [Service] User=gnunet -Type=forking -ExecStart=/usr/bin/gnunet-arm -s -c /etc/gnunetd.conf -ExecStop=/usr/bin/gnunet-arm -e -c /etc/gnunetd.conf -GuessMainPID=no - -[Install] -WantedBy=multi-user.target +Type=simple +ExecStart=/usr/lib/gnunet/libexec/gnunet-service-arm -c /etc/gnunet.conf