aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2014-09-15 15:52:47 +0200
committerMartin Willi <martin@revosec.ch>2014-09-22 14:19:38 +0200
commita3d03b4c71f2bc88aab5d6b46811f9ad89042ab2 (patch)
treefdb43dcf1fa33beecc18a29b8a060e74d0f4b81a /init
parent00971418583c39edee8c9c5174940fbd20c11ecc (diff)
downloadstrongswan-a3d03b4c71f2bc88aab5d6b46811f9ad89042ab2.tar.bz2
strongswan-a3d03b4c71f2bc88aab5d6b46811f9ad89042ab2.tar.xz
init: Update starter systemd service to distinguish it from strongswan-swanctl
Diffstat (limited to 'init')
-rw-r--r--init/systemd/.gitignore1
-rw-r--r--init/systemd/strongswan.service.in2
2 files changed, 2 insertions, 1 deletions
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]