From 42aec57ea7f0b3a215e724b73a98d69f085037dd Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 18 Jun 2024 12:15:05 -0700 Subject: [PATCH] v9.6 (#7115) - DietPi-Software | ADS-B Feeder: Newer versions of the Feeder Image no longer have the adsb-nonimage service. So don't try to start it. Signed-off-by: Dirk Hohndel --- dietpi/dietpi-software | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dietpi/dietpi-software b/dietpi/dietpi-software index 268c314171..a4e0944e87 100755 --- a/dietpi/dietpi-software +++ b/dietpi/dietpi-software @@ -11931,11 +11931,6 @@ _EOF_ # finally ensure that /run allows executables (this is needed for the containers to be able to not do excessive # writes to physical storage - which might be an SD card) G_EXEC mount -o remount,exec /run - - # now that everything is in place, run the one time service to get the software pre-configured - # running this as a service allows it to do a bit of housekeeping in the background without disrupting - # the software install flow - G_EXEC systemctl start adsb-nonimage fi if To_Install 172 # WireGuard