diff options
Diffstat (limited to 'libre/ipsec-tools-libre/racoon.service')
-rw-r--r-- | libre/ipsec-tools-libre/racoon.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libre/ipsec-tools-libre/racoon.service b/libre/ipsec-tools-libre/racoon.service new file mode 100644 index 000000000..95324bd5d --- /dev/null +++ b/libre/ipsec-tools-libre/racoon.service @@ -0,0 +1,10 @@ +[Unit] +Description=Racoon IKEv1 key management daemon for IPSEC +After=syslog.target network.target + +[Service] +Type=forking +ExecStart=/usr/bin/racoon + +[Install] +WantedBy=multi-user.target |