blob: 8354c6da8c962e320bedb523a974d5e408591bc6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=Automatically regenerate hosts from hosts.d
Documentation=file:/usr/share/doc/hosts-gen/README
[Service]
Type=oneshot
ExecStart=/usr/bin/hosts-gen
[Install]
WantedBy=default.target
|