mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-06 19:23:17 +02:00
11 lines
246 B
SYSTEMD
11 lines
246 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Watch /etc/systemd/resolved.conf for tampering (hosts bypass protection)
|
||
|
|
|
||
|
|
[Path]
|
||
|
|
PathChanged=/etc/systemd/resolved.conf
|
||
|
|
PathChanged=/etc/systemd/resolved.conf.d
|
||
|
|
Unit=resolved-guard.service
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|