fix typo in executable path

This commit is contained in:
Geoffrey Merck 2020-07-20 08:13:27 +02:00
parent bb1a542fe1
commit 49a4e2ad0d

View file

@ -5,7 +5,7 @@ After=syslog.target network.target
[Service]
User=mmdvm
Type=forking
ExecStart=/usr/bin/local/MMDVMHost
ExecStart=/usr/local/bin/MMDVMHost
Restart=on-abnormal
[Install]