mirror of
https://github.com/kuhyx/scripts.git
synced 2026-07-04 15:03:09 +02:00
10 lines
189 B
SYSTEMD
10 lines
189 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Watch /etc/nsswitch.conf for tampering (hosts bypass protection)
|
||
|
|
|
||
|
|
[Path]
|
||
|
|
PathChanged=/etc/nsswitch.conf
|
||
|
|
Unit=nsswitch-guard.service
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|