aboutsummaryrefslogtreecommitdiffstats
path: root/hub.service
diff options
context:
space:
mode:
Diffstat (limited to 'hub.service')
-rw-r--r--hub.service18
1 files changed, 0 insertions, 18 deletions
diff --git a/hub.service b/hub.service
deleted file mode 100644
index 34eb743..0000000
--- a/hub.service
+++ /dev/null
@@ -1,18 +0,0 @@
-# /etc/systemd/system/atom-publisher.service
-[Unit]
-Description=Data Publication HUB
-After=network.target
-StartLimitIntervalSec=10
-
-[Service]
-DynamicUser=true
-Type=simple
-Restart=always
-RestartSec=10
-User=publisher
-ExecStart=/usr/local/bin/hub
-MemoryHigh=20M
-MemoryMax=30M
-
-[Install]
-WantedBy=multi-user.target