Auto rotate script always restart

This commit is contained in:
Aleksandr Lebedev 2025-08-02 14:52:27 +02:00
parent 99f43f6646
commit 4bbd4fba2e

View file

@ -398,7 +398,7 @@ in {
fi fi
done done
''}"; ''}";
Restart = "on-failure"; Restart = "always";
RestartSec = 5; RestartSec = 5;
}; };
}; };