DMRGateway/scripts/lib/systemd/system/relinkerhot.service

12 lines
175 B
SYSTEMD
Raw Normal View History

2020-04-22 18:47:33 +02:00
[Unit]
Description=relinkerhot service
After=multi-user.target
[Service]
Type=idle
2020-04-23 22:36:43 +02:00
ExecStart=/bin/bash /opt/script/relink-hotspot.sh
2020-04-22 18:47:33 +02:00
[Install]
WantedBy=multi-user.target