aboutsummaryrefslogtreecommitdiff
path: root/contrib/services/systemd/gnunet-user.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-user.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-user.service')
-rw-r--r--contrib/services/systemd/gnunet-user.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/services/systemd/gnunet-user.service b/contrib/services/systemd/gnunet-user.service
new file mode 100644
index 000000000..c9d3be0ad
--- /dev/null
+++ b/contrib/services/systemd/gnunet-user.service
@@ -0,0 +1,11 @@
1# Typically to be place into /usr/lib/systemd/user/gnunet.service
2[Unit]
3Description=GNUnet user service
4After=network.target
5
6[Service]
7Type=simple
8ExecStart=/usr/lib/gnunet/libexec/gnunet-service-arm -c ~/.config/gnunet.conf
9
10[Install]
11WantedBy=multi-user.target