summarylogtreecommitdiffstats
path: root/hyperion.systemd
diff options
context:
space:
mode:
authorLinks20042024-03-09 09:26:01 +0100
committerLinks20042024-03-09 09:26:01 +0100
commit61911a72d920c81297932b70b4d8f5616dbfe9cd (patch)
tree358fd8f8be5873c23661fae592f4b33d14786b24 /hyperion.systemd
parent793f636c1ec8d5872437243d10f3f4f8296515d7 (diff)
downloadaur-61911a72d920c81297932b70b4d8f5616dbfe9cd.tar.gz
give service more time to start X somtimes taks longer to start
Diffstat (limited to 'hyperion.systemd')
-rw-r--r--hyperion.systemd4
1 files changed, 2 insertions, 2 deletions
diff --git a/hyperion.systemd b/hyperion.systemd
index 2e94f2ad10f3..cad5edb66c53 100644
--- a/hyperion.systemd
+++ b/hyperion.systemd
@@ -5,7 +5,7 @@ Requisite=network.target
Wants=network-online.target
After=network-online.target
StartLimitIntervalSec=30s
-StartLimitBurst=3
+StartLimitBurst=30
[Service]
Environment=DISPLAY=:0
@@ -15,7 +15,7 @@ WorkingDirectory=/usr/share/hyperion
TimeoutStopSec=5
KillMode=mixed
Restart=always
-RestartSec=2
+RestartSec=10
[Install]
WantedBy=multi-user.target