fix led-active restart

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2022-03-08 10:27:17 +01:00
parent c95667aeda
commit bf11105b0e

View File

@@ -15,4 +15,5 @@ set system.@system[-1].timezone={{ s(unit.timezone) }}
set system.@system[-1].leds_off={{ b(!unit.leds_active) }}
{%
shell.password(unit.random_password);
services.set_enabled("led", true);
%}