mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-08-06 08:53:46 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user