]> git.ipfire.org Git - people/ms/strongswan.git/blame - init/systemd/strongswan.service.in
init: Rename systemd units
[people/ms/strongswan.git] / init / systemd / strongswan.service.in
CommitLineData
fc16b361 1[Unit]
1815c1de
TB
2Description=strongSwan IPsec IKEv1/IKEv2 daemon using swanctl
3After=network-online.target
fc16b361
MV
4
5[Service]
1815c1de
TB
6Type=notify
7ExecStart=@SBINDIR@/charon-systemd
8ExecStartPost=@SBINDIR@/swanctl --load-all --noprompt
9ExecReload=@SBINDIR@/swanctl --reload
10ExecReload=@SBINDIR@/swanctl --load-all --noprompt
014737dd 11Restart=on-abnormal
fc16b361
MV
12
13[Install]
14WantedBy=multi-user.target
1815c1de 15Alias=strongswan-swanctl.service