mirror of
https://github.com/kuhyx/scripts.git
synced 2026-07-04 18:03:15 +02:00
10 lines
154 B
SYSTEMD
10 lines
154 B
SYSTEMD
[Unit]
|
|
Description=Watch /etc/hosts and trigger enforcement
|
|
|
|
[Path]
|
|
PathChanged=/etc/hosts
|
|
Unit=hosts-guard.service
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|