summaryrefslogtreecommitdiff
path: root/libre/ipsec-tools-libre/ipsec.service
diff options
context:
space:
mode:
Diffstat (limited to 'libre/ipsec-tools-libre/ipsec.service')
-rw-r--r--libre/ipsec-tools-libre/ipsec.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/libre/ipsec-tools-libre/ipsec.service b/libre/ipsec-tools-libre/ipsec.service
deleted file mode 100644
index 483a5b58d..000000000
--- a/libre/ipsec-tools-libre/ipsec.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Load IPSec Security Policy Database
-After=syslog.target network.target
-
-[Service]
-Type=oneshot
-RemainAfterExit=true
-ExecStart=/usr/bin/setkey -f /etc/ipsec.conf
-ExecStop=/usr/bin/setkey -F -P ; /usr/bin/setkey -F
-
-[Install]
-WantedBy=multi-user.target