Skip to content

Commit 8b5700d

Browse files
committed
fix(readme): improve troubleshooting
1 parent afb2989 commit 8b5700d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,7 @@ SELECT cleanup_orphaned_unit_data()'
295295
If you need to know the VPN current status, execute the following:
296296
```
297297
runagent -m nethsecurity-controller1
298-
podman exec -ti vpn /bin/sh
299-
kill -SIGUSR2 1
298+
podman kill --signal SIGUSR2 vpn
300299
```
301300

302301
OpenVPN will dump statistics inside the journalctl, something like:

0 commit comments

Comments
 (0)