1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00
iiab/roles/firmware/templates/check-firmware.service

12 lines
169 B
SYSTEMD
Raw Normal View History

2020-08-02 18:36:56 +00:00
[Unit]
Description=Check Firmware service
Before=clone-wifi.service
[Service]
Type=oneshot
2020-08-02 18:54:59 +00:00
ExecStart=/usr/sbin/check-firmware.sh
2020-08-02 18:36:56 +00:00
[Install]
WantedBy=multi-user.target