aboutsummaryrefslogtreecommitdiff
path: root/debian/contrib/gnunet-setup-pkexec
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-06-18 11:31:23 +0200
committerChristian Grothoff <christian@grothoff.org>2021-06-18 11:31:23 +0200
commit3be0dff9cc8ad6864537563688b97e7d949db979 (patch)
tree37f3ffdfd90964c845d84d3607ef573af8d576a6 /debian/contrib/gnunet-setup-pkexec
parent5034ca084258d6653b2986b00167c736a9cd93ed (diff)
downloadgnunet-gtk-3be0dff9cc8ad6864537563688b97e7d949db979.tar.gz
gnunet-gtk-3be0dff9cc8ad6864537563688b97e7d949db979.zip
initial import of Debian package, adjustments to Debian package and minimizing patch
Diffstat (limited to 'debian/contrib/gnunet-setup-pkexec')
-rwxr-xr-xdebian/contrib/gnunet-setup-pkexec5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/contrib/gnunet-setup-pkexec b/debian/contrib/gnunet-setup-pkexec
new file mode 100755
index 00000000..7e3f3198
--- /dev/null
+++ b/debian/contrib/gnunet-setup-pkexec
@@ -0,0 +1,5 @@
1#!/bin/sh
2CONFIG_FILE="/etc/gnunet.conf"
3/usr/sbin/service gnunet stop
4pkexec gnunet-setup -c ${CONFIG_FILE} $@
5/usr/sbin/service gnunet start