mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
15 lines
No EOL
398 B
Desktop File
15 lines
No EOL
398 B
Desktop File
[Unit]
|
|
Description=Update adblock hosts from SetevenBlack list.
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
ExecStart=bash -c 'curl -so /etc/hosts https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts && resolvectl flush-caches'
|
|
StartLimitBurst=5
|
|
StartLimitInterval=500
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
KillMode=process
|
|
KillSignal=SIGINT
|
|
|
|
[Install]
|
|
WantedBy=default.target |