/lib/systemd/system/isatapd.service is in isatapd 0.9.7-4.
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 | [Unit]
Description=isatapd creates and maintains an ISATAP client tunnel (RFC 5214) in Linux
Documentation=man:isatapd(8)
[Service]
Environment="MTU=1280"
EnvironmentFile=-/etc/default/isatapd
ExecStart=/usr/sbin/isatapd --mtu $MTU $DAEMON_OPTS $ISATAP_ROUTERS
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target
|