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