mirror of
https://github.com/n5amd/NextionDriverInstaller.git
synced 2025-12-06 03:42:00 +01:00
16 lines
319 B
Plaintext
16 lines
319 B
Plaintext
[Unit]
|
|
Description=Nextion Helper Service Service
|
|
After=syslog.target network.target
|
|
Before= mmdvmhost.service
|
|
|
|
[Service]
|
|
User=root
|
|
WorkingDirectory=/opt/MMDVMHost
|
|
Type=forking
|
|
ExecStart=/opt/MMDVMHost/NextionDriver -c /opt/MMDVM.ini -vvvv
|
|
ExecStop=/usr/bin/killall NextionDriver
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|