systemd restart always

This commit is contained in:
Mikhail novosyolov 2018-08-01 02:42:18 +03:00
parent b1a6565a99
commit ffb162c415

View File

@ -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