blob: 83609740bacd5aaa5a73347a1eaf563e5722e5d1 (
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/index
KillMode=process
User=hosts-sync
Group=hosts-sync
[Install]
WantedBy=multi-user.target
|