summaryrefslogtreecommitdiff
path: root/systemd/update-hosts.service
blob: 2aa61110897a70e5e9f2d2071fc4b19def1f860d (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=updates /etc/hosts with my custom hosts
Requires=network-connected.target
After=multi-user.target network-connected.target

[Service]
Type=simple
#ExecStartPre=/bin/sleep 45
ExecStart=sudo /usr/local/bin/update_hosts
User=root