summarylogtreecommitdiffstats
path: root/rbldnsd-sync.service
diff options
context:
space:
mode:
Diffstat (limited to 'rbldnsd-sync.service')
-rw-r--r--rbldnsd-sync.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/rbldnsd-sync.service b/rbldnsd-sync.service
new file mode 100644
index 000000000000..03026de318be
--- /dev/null
+++ b/rbldnsd-sync.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=RBLDNSD Synchronisation
+
+[Service]
+Group=rbldnsd
+Type=simple
+Nice=19
+ExecStart=/usr/bin/rbldnsd-sync
+StandardOutput=file:/var/rbldnsd/sync.log
+StandardError=inherit
+
+[Install]
+WantedBy=default.target
+