1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/firmware/templates/check-firmware.service

12 lines
171 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
ExecStart=/usr/sbin/iiab-check-firmware
2020-08-02 18:36:56 +00:00
[Install]
WantedBy=multi-user.target