aboutsummaryrefslogtreecommitdiffstats
path: root/main/strongswan/charon.initd
Commit message (Collapse)AuthorAgeFilesLines
* main/strongswan: rename init.d status to fullstatusTimo Teräs2016-01-081-2/+2
| | | | | | | preserve 'status' action as per openrc standard. renamed to fullstatus similar to apache2. ref #4979 (cherry picked from commit 41e3d4b38ac6e11040b69100ac6d43a316701b7c)
* main/strongswan: run as non-rootTimo Teräs2015-05-011-0/+30
Make charon use 'ipsec' user and group, and enable the libcap support as few capabilities need to be retained for configuring IPsec SAs in to kernel. This also introduces charon.initd which starts charon daemon only and uses swanctl for configuration. It is a little bit more light weight than running the 'starter' which seems to be deprecated. Also the config format is completely different, but more flexible and extensive.