diff options
Diffstat (limited to 'contrib/services/systemd/gnunet.service')
-rw-r--r-- | contrib/services/systemd/gnunet.service | 16 |
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] |
9 | Description=Service that runs a GNUnet for the user gnunet | 3 | Description=GNUnet system service |
10 | After=network.target | 4 | After=network.target |
11 | 5 | ||
12 | [Service] | 6 | [Service] |
13 | User=gnunet | ||
14 | Type=simple | 7 | Type=simple |
8 | User=gnunet | ||
15 | ExecStart=/usr/lib/gnunet/libexec/gnunet-service-arm -c /etc/gnunet.conf | 9 | ExecStart=/usr/lib/gnunet/libexec/gnunet-service-arm -c /etc/gnunet.conf |
10 | StateDirectory=gnunet | ||
11 | |||
12 | [Install] | ||
13 | WantedBy=multi-user.target | ||