mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
11 lines
169 B
Desktop File
11 lines
169 B
Desktop File
[Unit]
|
|
Description=Check Firmware service
|
|
Before=clone-wifi.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/sbin/check-firmware.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|