From 6377548ee5de86d559279f306c237547fce49ad3 Mon Sep 17 00:00:00 2001 From: mii Date: Tue, 5 Sep 2023 16:43:59 +0900 Subject: [PATCH] Add timeout to sindan-client.timer --- linux/systemd/sindan-client.timer.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/systemd/sindan-client.timer.tmpl b/linux/systemd/sindan-client.timer.tmpl index 1f3e166..d3950a7 100644 --- a/linux/systemd/sindan-client.timer.tmpl +++ b/linux/systemd/sindan-client.timer.tmpl @@ -4,7 +4,7 @@ Description=Automatically start sindan-client scripts every 5 minutes (See: http [Timer] OnBootSec=5m OnUnitActiveSec=5m +TimeoutStartSec=300 [Install] WantedBy=timers.target -:wq \ No newline at end of file