15 lines
250 B
Desktop File
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
|