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

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

[Install]
WantedBy=multi-user.target