aboutsummaryrefslogtreecommitdiff
path: root/contrib/services/systemd/gnunet.service
diff options
context:
space:
mode:
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