aboutsummaryrefslogtreecommitdiff
path: root/contrib/services/systemd/gnunet.service
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-28 12:27:14 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-28 12:27:14 +0200
commit194059e45f95532c226bfbd29b2e43c2659a1552 (patch)
treeba29d38dd59d79740bb59b8f20490b7a6fc87ad8 /contrib/services/systemd/gnunet.service
parent59a36b88e6d6f0b1cd706ef21771656f9357e9a4 (diff)
downloadgnunet-194059e45f95532c226bfbd29b2e43c2659a1552.tar.gz
gnunet-194059e45f95532c226bfbd29b2e43c2659a1552.zip
-add files from madmurphy so that other distros may benefit
Diffstat (limited to 'contrib/services/systemd/gnunet.service')
-rw-r--r--contrib/services/systemd/gnunet.service16
1 files changed, 7 insertions, 9 deletions
diff --git a/contrib/services/systemd/gnunet.service b/contrib/services/systemd/gnunet.service
index 1c458cea6..25b3c2f0e 100644
--- a/contrib/services/systemd/gnunet.service
+++ b/contrib/services/systemd/gnunet.service
@@ -1,15 +1,13 @@
1# Copyright (C) 2019 GNUnet e.V. 1# Typically placed into /usr/lib/systemd/system/gnunet.service
2#
3# Copying and distribution of this file, with or without modification,
4# are permitted in any medium without royalty provided the copyright
5# notice and this notice are preserved. This file is offered as-is,
6# without any warranty.
7
8[Unit] 2[Unit]
9Description=Service that runs a GNUnet for the user gnunet 3Description=GNUnet system service
10After=network.target 4After=network.target
11 5
12[Service] 6[Service]
13User=gnunet
14Type=simple 7Type=simple
8User=gnunet
15ExecStart=/usr/lib/gnunet/libexec/gnunet-service-arm -c /etc/gnunet.conf 9ExecStart=/usr/lib/gnunet/libexec/gnunet-service-arm -c /etc/gnunet.conf
10StateDirectory=gnunet
11
12[Install]
13WantedBy=multi-user.target