1
0
Fork 0
mirror of synced 2025-04-04 21:53:37 +03:00

Step if strongswan service not found was added

I'm added `ipsec restart` step, because strongswan service was not added on my system.
This commit is contained in:
Damir Konkov 2022-01-27 02:30:11 +03:00 committed by GitHub
parent b073db65a6
commit 279139a479
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
```