/lib/systemd/system/racoon.service is in racoon 1:0.8.2+20140711-8+deb9u1.
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 | [Unit]
Description=ipsec key exchange server
[Service]
Type=forking
PIDFile=/var/run/racoon.pid
EnvironmentFile=-/etc/default/racoon
ExecStartPre=-/bin/mkdir -p /var/run/racoon
ExecStart=/usr/sbin/racoon $RACOON_ARGS
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target
|