Use cron to run configure-stormux on first boot.
This commit is contained in:
parent
7d15478e18
commit
4c23704b2a
3
pi4/files/etc/cron.d/0firstrun
Normal file
3
pi4/files/etc/cron.d/0firstrun
Normal file
@ -0,0 +1,3 @@
|
||||
SHELL=/bin/bash
|
||||
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
||||
@reboot root /usr/bin/local/configure-stormux;rm -f /etc/cron.d/0firstrun
|
Loading…
Reference in New Issue
Block a user