Add server flag to example systemd unit

This commit is contained in:
2026-02-16 09:08:57 +01:00
parent 98f9c18f72
commit 4b983e3b9b

View File

@@ -12,7 +12,7 @@ NotifyAccess=all
Restart=on-failure Restart=on-failure
RestartSec=30 RestartSec=30
TimeoutStopSec=100 TimeoutStopSec=100
ExecStart=/opt/monitoring/cc-backend/cc-backend --config ./config.json ExecStart=/opt/monitoring/cc-backend/cc-backend --config ./config.json --server
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target