Fix systemd service file format

- Changed multiline comment to # for systemd compliance
- Changed MemoryLimit to MemoryHigh (current standard)

Co-authored-by: Stu Campbell <stucampbell.git@gmail.com>
This commit is contained in:
Stu Campbell
2026-01-01 22:43:36 +00:00
committed by Lloyd
parent 734b59dc3c
commit 12b750a476
+3 -5
View File
@@ -1,7 +1,5 @@
"""
Systemd service file template for Py MC - Meshcore Repeater Daemon.
Install as /etc/systemd/system/pymc-repeater.service
"""
#Systemd service file template for Py MC - Meshcore Repeater Daemon.
#Install as /etc/systemd/system/pymc-repeater.service
[Unit]
Description=pyMC Repeater Daemon
@@ -23,7 +21,7 @@ Restart=on-failure
RestartSec=5
# Resource limits
MemoryLimit=256M
MemoryHigh=256M
# Logging
StandardOutput=journal