Update clients.md (#1087)

- Step if strongswan service not found was added
This commit is contained in:
Damir Konkov 2022-01-27 04:20:31 +03:00 committed by GitHub
parent b073db65a6
commit 0fc1c8f355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -544,6 +544,10 @@ Restart services:
```bash
service strongswan restart
# For Ubuntu 20.04 if strongswan service not found
ipsec restart
service xl2tpd restart
```