16 lines
270 B
Desktop File
16 lines
270 B
Desktop File
|
|
[Unit]
|
|
Description=No hang daemon
|
|
After=sysinit.target
|
|
Documentation=man:nohang(1) https://github.com/hakavlad/nohang
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
ExecStart=/usr/local/bin/nohang
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|