Skip to content

Instantly share code, notes, and snippets.

@kc1awv
Created September 27, 2021 21:21
Show Gist options
  • Save kc1awv/f2945d8b91a1c4a38e01301685739f4e to your computer and use it in GitHub Desktop.
Save kc1awv/f2945d8b91a1c4a38e01301685739f4e to your computer and use it in GitHub Desktop.
MMDVMHost Unit File for M17 Repeater
[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