modem-restart/modem-restart.service

12 lines
210 B
SYSTEMD
Raw Normal View History

2022-04-09 12:35:44 +02:00
[Unit]
Description=Restarts eg25-manager if USB connection to the Quectel EG25 modem is lost
[Service]
User=root
WorkingDirectory=/
ExecStart=modem-restart
Restart=always
[Install]
WantedBy=multi-user.target