From ffb162c4159e92ffdfd5de963e9b4822b384991a Mon Sep 17 00:00:00 2001 From: Mikhail novosyolov Date: Wed, 1 Aug 2018 02:42:18 +0300 Subject: [PATCH] systemd restart always --- nohang.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nohang.service b/nohang.service index 523611b..3144a22 100644 --- a/nohang.service +++ b/nohang.service @@ -1,4 +1,3 @@ - [Unit] Description=No hang daemon After=sysinit.target @@ -6,6 +5,7 @@ Documentation=man:nohang(1) https://github.com/hakavlad/nohang [Service] ExecStart=/usr/local/bin/nohang +Restart=always [Install] WantedBy=multi-user.target