blob: 60d4799fe8bcc2be0de055bf423373d7b152448d (
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/retiolum-github-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
|