summarylogtreecommitdiffstats
path: root/fetch-github-hosts-server.service
blob: 8116c88d322e9e826a58ccfe39a927b240807380 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=fetch-github-hosts Server 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=server

[Install]
WantedBy=multi-user.target