nohang/nohang.service
Alexey Avramov c329f92c2c 1
2018-06-08 17:08:16 +09:00

15 lines
250 B
Desktop File

[Unit]
Description=No hang daemon
After=sysinit.target
Documentation=man:nohang(1) https://github.com/hakvlad/nohang
[Service]
Type=simple
PIDFile=/run/nohang.pid
Restart=always
ExecStart=/usr/local/bin/nohang
[Install]
WantedBy=multi-user.target