summarylogtreecommitdiffstats
path: root/fetch-github-hosts-client.service
blob: e9f6d9a10ab776a90b44ad86ff16b720f25f9014 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=fetch-github-hosts Client Service
After=network-online.target
Wants=network-online.target

[Service]
Type=simple
User=root
Restart=on-failure
RestartSec=5s
ExecStart=/usr/bin/fetch-github-hosts -m=client

[Install]
WantedBy=multi-user.target