testsAndMisc/linux_configuration/hosts/guard/hosts-guard.service
2026-02-06 21:43:26 +01:00

13 lines
215 B
Desktop File

[Unit]
Description=Enforce canonical /etc/hosts contents
After=local-fs.target
[Service]
Type=oneshot
ExecStart=/usr/local/sbin/enforce-hosts.sh
Nice=10
IOSchedulingClass=idle
[Install]
WantedBy=multi-user.target