blob: 60380d2ec936795f7b17f1e58869db847c875993 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Watch for resolv.conf updates and restart postfix
ConditionPathExists=/etc/resolv.conf
[Path]
PathChanged=/etc/resolv.conf
Unit=postfix-resolvconf.service
[Install]
WantedBy=multi-user.target
|