You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
356 B
14 lines
356 B
[Unit]
|
|
Description=A tool for IPv4/IPv6 and ethernet address pairing monitoring
|
|
Documentation=man:addrwatch(8) https://github.com/fln/addrwatch
|
|
After=network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/sysconfig/addrwatch
|
|
Type=simple
|
|
ExecStart=/usr/bin/addrwatch -u $ADDRWATCH_USERNAME $ADDRWATCH_ARGS
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
|