1 |
brianr |
1.1 |
diff -urN smeserver-softethervpn-server-4.34.old/root/usr/lib/systemd/system/vpnserver.service.d/51koozali.conf smeserver-softethervpn-server-4.34/root/usr/lib/systemd/system/vpnserver.service.d/51koozali.conf |
2 |
|
|
--- smeserver-softethervpn-server-4.34.old/root/usr/lib/systemd/system/vpnserver.service.d/51koozali.conf 2021-01-24 11:17:25.306361651 +0000 |
3 |
|
|
+++ smeserver-softethervpn-server-4.34/root/usr/lib/systemd/system/vpnserver.service.d/51koozali.conf 2021-01-24 11:18:14.113810706 +0000 |
4 |
|
|
@@ -2,9 +2,9 @@ |
5 |
|
|
EnvironmentFile= |
6 |
|
|
ExecStart= |
7 |
|
|
ExecStop= |
8 |
|
|
-EnvironmentFile=-/usr/vpnserver |
9 |
|
|
-ExecStart=/usr/vpnserver/vpnserver start |
10 |
|
|
-ExecStop=/usr/vpnserver/vpnserver stop |
11 |
|
|
+EnvironmentFile=-/usr/bin/vpnserver |
12 |
|
|
+ExecStart=/usr/bin/vpnserver start |
13 |
|
|
+ExecStop=/usr/bin/vpnserver stop |
14 |
|
|
[Install] |
15 |
|
|
WantedBy=sme-server.target |
16 |
|
|
|