nohang/nohang.service
Alexey Avramov 87ea1958ed 15
2018-06-08 18:49:24 +09:00

15 lines
251 B
Desktop File

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