diff --git a/host-image/lib/systemd/system/reflect-apps@.service b/host-image/lib/systemd/system/reflect-apps@.service index 878f5a6..f4f61a7 100644 --- a/host-image/lib/systemd/system/reflect-apps@.service +++ b/host-image/lib/systemd/system/reflect-apps@.service @@ -1,5 +1,9 @@ [Unit] Description=Reflect %i Container's Apps as Launchers on Host +StartLimitIntervalSec=150 +StartLimitBurst=20 [Service] ExecStart=/usr/sbin/reflect-apps %i +Restart=on-failure +RestartSec=5