diff options
Diffstat (limited to 'community/ipsec-tools/racoon.service')
-rw-r--r-- | community/ipsec-tools/racoon.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/ipsec-tools/racoon.service b/community/ipsec-tools/racoon.service new file mode 100644 index 000000000..95324bd5d --- /dev/null +++ b/community/ipsec-tools/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 |