mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-06 18:43:16 +02:00
13 lines
249 B
SYSTEMD
13 lines
249 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Enforce canonical /etc/systemd/resolved.conf (prevents hosts bypass)
|
||
|
|
After=local-fs.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
ExecStart=/usr/local/sbin/enforce-resolved.sh
|
||
|
|
Nice=10
|
||
|
|
IOSchedulingClass=idle
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|