Created
September 27, 2021 21:21
-
-
Save kc1awv/f2945d8b91a1c4a38e01301685739f4e to your computer and use it in GitHub Desktop.
MMDVMHost Unit File for M17 Repeater
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=MMDVMHost Service | |
After=networking.target | |
Requires=networking.service | |
[Service] | |
Type=forking | |
User=mmdvm | |
Group=mmdvm | |
Restart=on-failure | |
RestartSec=3 | |
ExecStart=/opt/MMDVMHost/MMDVMHost /opt/MMDVMHost/MMDVM.ini | |
ExecReload=/bin/kill -HUP $MAINPID | |
KillMode=process | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment