From 789abc43a04907d5509a8eca71291d154383a431 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Fri, 3 Aug 2018 07:54:16 +0900 Subject: [PATCH] RestartSec=1 --- nohang.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nohang.service b/nohang.service index 575f368..9e9c4d4 100644 --- a/nohang.service +++ b/nohang.service @@ -6,6 +6,8 @@ Documentation=man:nohang(1) https://github.com/hakavlad/nohang [Service] ExecStart=/usr/sbin/nohang Restart=always +RestartSec=1 + [Install] WantedBy=multi-user.target