aboutsummaryrefslogtreecommitdiff
path: root/debian/etc/skel
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-28 11:19:30 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-28 11:19:30 +0100
commite9d73b0a901d7dfe1fd219aecc960747e7c49483 (patch)
tree94f835cf56a1feb453a1f65534e28334c6e258f8 /debian/etc/skel
parentdebba1a49a46ba963553da222ade563d6d67932b (diff)
downloadgnunet-e9d73b0a901d7dfe1fd219aecc960747e7c49483.tar.gz
gnunet-e9d73b0a901d7dfe1fd219aecc960747e7c49483.zip
import Debian build rules, split off libgnunet
Diffstat (limited to 'debian/etc/skel')
-rw-r--r--debian/etc/skel/.config/gnunet.conf10
-rw-r--r--debian/etc/skel/.config/systemd/gnunet-user-gns-proxy.service10
-rw-r--r--debian/etc/skel/.config/systemd/gnunet-userpeer.service9
3 files changed, 29 insertions, 0 deletions
diff --git a/debian/etc/skel/.config/gnunet.conf b/debian/etc/skel/.config/gnunet.conf
new file mode 100644
index 000000000..c5a982139
--- /dev/null
+++ b/debian/etc/skel/.config/gnunet.conf
@@ -0,0 +1,10 @@
1# Sample configuration for $HOME/.config/gnunet.conf in
2# a multi-user setup. This configuration should be installed
3# in the $HOME directory of each normal user (and in
4# /etc/skel/).
5[arm]
6SYSTEM_ONLY = NO
7USER_ONLY = YES
8
9[gns-proxy]
10IMMEDIATE_START = YES
diff --git a/debian/etc/skel/.config/systemd/gnunet-user-gns-proxy.service b/debian/etc/skel/.config/systemd/gnunet-user-gns-proxy.service
new file mode 100644
index 000000000..475e16fe8
--- /dev/null
+++ b/debian/etc/skel/.config/systemd/gnunet-user-gns-proxy.service
@@ -0,0 +1,10 @@
1[Unit]
2Description=GNUnet user based GNS proxy
3
4[Service]
5Type=oneshot
6ExecStart=/usr/lib/x86_64-linux-gnu/gnunet/libexec/gnunet-gns-proxy -p 9000+%U
7
8[Install]
9WantedBy=default.target
10
diff --git a/debian/etc/skel/.config/systemd/gnunet-userpeer.service b/debian/etc/skel/.config/systemd/gnunet-userpeer.service
new file mode 100644
index 000000000..79dac97ed
--- /dev/null
+++ b/debian/etc/skel/.config/systemd/gnunet-userpeer.service
@@ -0,0 +1,9 @@
1[Unit]
2Description=GNUnet User peer
3
4[Service]
5Type=oneshot
6ExecStart=/usr/bin/gnunet-arm -s
7
8[Install]
9WantedBy=default.target