From a3d03b4c71f2bc88aab5d6b46811f9ad89042ab2 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Mon, 15 Sep 2014 15:52:47 +0200 Subject: [PATCH] init: Update starter systemd service to distinguish it from strongswan-swanctl --- init/systemd/.gitignore | 1 + init/systemd/strongswan.service.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 init/systemd/.gitignore diff --git a/init/systemd/.gitignore b/init/systemd/.gitignore new file mode 100644 index 000000000..0b90b3694 --- /dev/null +++ b/init/systemd/.gitignore @@ -0,0 +1 @@ +strongswan.service diff --git a/init/systemd/strongswan.service.in b/init/systemd/strongswan.service.in index dee892e90..608078b1e 100644 --- a/init/systemd/strongswan.service.in +++ b/init/systemd/strongswan.service.in @@ -1,5 +1,5 @@ [Unit] -Description=strongSwan IPsec +Description=strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf After=syslog.target [Service]