Use cron to run configure-stormux on first boot.

This commit is contained in:
Storm Dragon 2023-09-24 15:31:14 -04:00
parent 7d15478e18
commit 4c23704b2a
1 changed files with 3 additions and 0 deletions

View 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