summarylogtreecommitdiffstats
path: root/gnunet.service
diff options
context:
space:
mode:
authorgrufo2021-08-24 02:27:46 +0100
committergrufo2021-08-24 02:27:46 +0100
commita6f7e55213f21ff9997a3372fedd64c05a86abf6 (patch)
tree2e159897c13afaa8615bf253a173a4061b103cf6 /gnunet.service
parent3e1bb9be35236729631cfcc2e03e0ff5486a923d (diff)
downloadaur-a6f7e55213f21ff9997a3372fedd64c05a86abf6.tar.gz
Added `systemd/user` service and updated `$optdepends`
Diffstat (limited to 'gnunet.service')
-rw-r--r--gnunet.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/gnunet.service b/gnunet.service
deleted file mode 100644
index 24c95f6bef2a..000000000000
--- a/gnunet.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=A framework for secure peer-to-peer networking
-
-[Service]
-User=gnunet
-Type=forking
-ExecStart=/usr/bin/gnunet-arm -s -c /etc/gnunet.conf
-ExecStop=/usr/bin/gnunet-arm -e -c /etc/gnunet.conf
-StateDirectory=gnunet
-GuessMainPID=no
-
-[Install]
-WantedBy=multi-user.target