diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2026-01-04 11:52:47 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2026-01-04 11:52:47 +0200 |
| commit | 59491201976316a30ffc475dd99b0af02b5e997d (patch) | |
| tree | ecf395594d5d289d855eba16f786e0fb66c1d814 /pub.service | |
| parent | 4e0ca0509c6b314eea8a7b2df6d093f5d9b7e70f (diff) | |
| download | pub-59491201976316a30ffc475dd99b0af02b5e997d.tar.zst | |
Both publisher and subscriber
Diffstat (limited to '')
| -rw-r--r-- | pub.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pub.service b/pub.service index 34eb743..9cfa51f 100644 --- a/pub.service +++ b/pub.service @@ -1,4 +1,4 @@ -# /etc/systemd/system/atom-publisher.service +# /etc/systemd/system/pub.service [Unit] Description=Data Publication HUB After=network.target @@ -10,7 +10,7 @@ Type=simple Restart=always RestartSec=10 User=publisher -ExecStart=/usr/local/bin/hub +ExecStart=/usr/local/bin/pub MemoryHigh=20M MemoryMax=30M |
