From 4c23704b2a0cfcebf90edb5d446abfe29acb5408 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 24 Sep 2023 15:31:14 -0400 Subject: [PATCH] Use cron to run configure-stormux on first boot. --- pi4/files/etc/cron.d/0firstrun | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pi4/files/etc/cron.d/0firstrun diff --git a/pi4/files/etc/cron.d/0firstrun b/pi4/files/etc/cron.d/0firstrun new file mode 100644 index 0000000..0471671 --- /dev/null +++ b/pi4/files/etc/cron.d/0firstrun @@ -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