/usr/bin/gnunet-setup-pkexec is in gnunet-gtk 0.10.1-5.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 | #!/bin/sh
CONFIG_FILE="/etc/gnunet.conf"
/usr/sbin/service gnunet stop
pkexec gnunet-setup -c ${CONFIG_FILE} $@
/usr/sbin/service gnunet start
|