9 lines
173 B
SYSTEMD
9 lines
173 B
SYSTEMD
[Unit]
|
|
Description=Watch for resolv.conf updates for postfix
|
|
ConditionPathExists=/etc/resolv.conf
|
|
|
|
[Path]
|
|
PathChanged=/etc/resolv.conf
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|