aboutsummaryrefslogtreecommitdiff
path: root/debian/gnunet.config
blob: 6daa6818e0df866d1964e3c7467e3322dd2fc208 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/sh

set -e

. /usr/share/debconf/confmodule

db_input low gnunet-systempeer/username || true
db_go

db_input low gnunet-systempeer/groupname || true
db_go

db_input medium gnunet-systempeer/autostart || true
db_go

db_input medium gnunet-dns/libnsswitch || true
db_go

db_input medium gnunet-user/proxy || true
db_go

db_stop