/lib/systemd/system/setkey.service is in ipsec-tools 1:0.8.2+20140711-10build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [Unit]
Description=option to manually manipulate the IPsec SA/SP database
DefaultDependencies=no
Before=sysinit.target
ConditionPathExists=/etc/ipsec-tools.conf
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/etc/init.d/setkey start
ExecStop=/etc/init.d/setkey stop
[Install]
WantedBy=sysinit.target
|