Skip to content

Commit 7d3bd42

Browse files
committed
Moved tmp-dir to server related config
1 parent af7b3bc commit 7d3bd42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

root/defaults/openvpn/system-server.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ client-disconnect "/usr/local/bin/run_hooks client-disconnect"
1313
learn-address "/usr/local/bin/run_hooks learn-address"
1414
tls-verify "/usr/local/bin/run_hooks tls-verify"
1515

16+
# Temporary dir
17+
tmp-dir /config/tmp
18+
1619
# Client config directory
1720
client-config-dir /config/openvpn/ccd
1821

root/defaults/openvpn/system.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ up "/usr/local/bin/run_hooks up"
2020
down-pre
2121
down "/usr/local/bin/run_hooks down"
2222

23-
# Temporary dir
24-
tmp-dir /config/tmp
25-
2623
# Logging
2724
verb 1
2825
mute 100

0 commit comments

Comments
 (0)