File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## /etc/default/bitlbee: Auto-generated/updated script.
2
+ ##
3
+ ## If running in (fork)daemon mode, listen on this TCP port.
4
+ BITLBEE_PORT="6667"
5
+
6
+ ## Use single-process or forking daemon mode? Can't be changed from debconf,
7
+ ## but maintainer scripts will save your changes here.
8
+ BITLBEE_OPTS="-F"
9
+
10
+ ## In case you want to stick with inetd mode (or if you just want to disable
11
+ ## the init scripts for some other reason), you can disable the init script
12
+ ## here. (Just set it to 1)
13
+ BITLBEE_DISABLED=0
14
+
15
+ ## As a server operator, you can use the RESTART command to restart only the
16
+ ## master process while keeping all the child processes and their IPC
17
+ ## connections. By enabling this, the maintainer scripts won't restart
18
+ ## BitlBee during upgrades so you can restart the master process by hand.
19
+ BITLBEE_UPGRADE_DONT_RESTART=0
20
+
21
+ ## Needed for Getting SIP/Lync working
22
+ export NSS_SSL_CBC_RANDOM_IV=0
You can’t perform that action at this time.
0 commit comments