aboutsummarylogtreecommitdiffstats
path: root/fetch-hosts.service
blob: d831017828f44b9938759a352441001b69e72b8e (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Fetch hosts file from Steven Black's GitHub repo
After=network-online.target
Wants=network-online.target

[Service]
Type=simple
ExecStart=/usr/bin/curl https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts -o /etc/hosts

[Install]
WantedBy=multi-user.target