diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2007-12-02 23:18:25 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2007-12-02 23:18:25 +0000 |
commit | aaf92a9eb64327892e39fdbd7113d797d1d68cec (patch) | |
tree | b907c7e55f32b073453a327231a9e76ab1604145 /bitlbee.conf | |
parent | 80e9db97776bfd6c6192135d65027abd8f50887c (diff) |
Imported setuid() patch from Simo Leone <simo@archlinux...> with some
modifications. Also adding some missing g_free()s to conf.c.
Diffstat (limited to 'bitlbee.conf')
-rw-r--r-- | bitlbee.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bitlbee.conf b/bitlbee.conf index e5e0f7de..d9f878c8 100644 --- a/bitlbee.conf +++ b/bitlbee.conf @@ -19,6 +19,13 @@ ## # RunMode = Inetd +## User: +## +## If BitlBee is started by root as a daemon, it can drop root privileges, +## and change to the specified user. +## +# User = bitlbee + ## DaemonPort/DaemonInterface: ## ## For daemon mode, you can specify on what interface and port the daemon |