11 lines
206 B
Desktop File
11 lines
206 B
Desktop File
[Unit]
|
|
Description=Pi-Kit ready flag helper
|
|
ConditionPathExists=/var/lib/pikit/firstboot/firstboot.done
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/pikit-ready.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|