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

12 lines
210 B
SYSTEMD
Raw Normal View History

2020-04-22 18:47:33 +02:00
[Unit]
Description=relinker service
After=multi-user.target
[Service]
Type=idle
ExecStart=/bin/bash /opt/script/relink-repeater.sh >> /var/log/script/checkBMAPI.log 2>&1
[Install]
WantedBy=multi-user.target