File: gnunet-server.config

package info (click to toggle)
gnunet 0.9.3-7
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 21,192 kB
  • sloc: ansic: 184,411; sh: 11,717; makefile: 4,749; cpp: 875; php: 30; sed: 16
file content (16 lines) | stat: -rw-r--r-- 218 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

set -e

. /usr/share/debconf/confmodule

db_input low gnunet-server/username || true
db_go

db_input low gnunet-server/groupname || true
db_go

db_input medium gnunet-server/autostart || true
db_go

db_stop