summaryrefslogtreecommitdiffstats
path: root/etc/inc/openvpn.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-06-12 17:00:54 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-06-12 17:00:54 +0000
commit344b023027a539da11396fd2dd52b559393af11b (patch)
tree9793fd4180f5ccb229caf81229ddb0195bf1ad15 /etc/inc/openvpn.inc
parent684c787e523351779f4960e44a66003feb9dbbc6 (diff)
downloadpfsense-344b023027a539da11396fd2dd52b559393af11b.zip
pfsense-344b023027a539da11396fd2dd52b559393af11b.tar.gz
MFC 12633
Run as root.
Diffstat (limited to 'etc/inc/openvpn.inc')
-rw-r--r--etc/inc/openvpn.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/openvpn.inc b/etc/inc/openvpn.inc
index be584e9..5489894 100644
--- a/etc/inc/openvpn.inc
+++ b/etc/inc/openvpn.inc
@@ -176,8 +176,8 @@ function openvpn_reconfigure($mode, $id) {
$cipher = $settings['crypto'];
$openvpn_conf = <<<EOD
writepid $pidfile
-user nobody
-group nobody
+#user nobody
+#group nobody
daemon
keepalive 10 60
ping-timer-rem
@@ -411,4 +411,4 @@ function openvpn_print_javascript2() {
EOD;
print($javascript);
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud