summaryrefslogtreecommitdiffstats
path: root/retiolum/scripts/github_hosts_sync/systemd/hosts-sync.service
diff options
context:
space:
mode:
Diffstat (limited to 'retiolum/scripts/github_hosts_sync/systemd/hosts-sync.service')
-rw-r--r--retiolum/scripts/github_hosts_sync/systemd/hosts-sync.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/retiolum/scripts/github_hosts_sync/systemd/hosts-sync.service b/retiolum/scripts/github_hosts_sync/systemd/hosts-sync.service
new file mode 100644
index 00000000..60d4799f
--- /dev/null
+++ b/retiolum/scripts/github_hosts_sync/systemd/hosts-sync.service
@@ -0,0 +1,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
+