mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
16 lines
336 B
Plaintext
16 lines
336 B
Plaintext
[Unit]
|
|
Description=ISATAP Client for Linux
|
|
After=network.target nss-lookup.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/isatapd ${DAEMON_OPTS} \
|
|
--interval ${ISATAP_INTERVAL} \
|
|
--name ${ISATAP_NAME} \
|
|
--link ${ISATAP_LINK} \
|
|
--mtu ${ISATAP_MTU} \
|
|
--check-dns ${ISATAP_CHECK_DNS} \
|
|
${ISATAP_ROUTERS}
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|