summaryrefslogtreecommitdiffstats
path: root/retiolum/scripts/github_hosts_sync/systemd/hosts-sync.service
blob: 16235a6da41311c206f61aad369c1dfc69785a9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=retiolum github hosts sync
After=network.target

[Service]
EnvironmentFile=/etc/conf.d/hosts-sync.conf
ExecStart=/krebs/retiolum/scripts/github_hosts_sync/index
KillMode=process
User=hosts-sync
Group=hosts-sync
Restart=yes

[Install]
WantedBy=multi-user.target