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