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