update unit files

This commit is contained in:
Alexey Avramov 2019-12-22 03:21:11 +09:00
parent ede8879672
commit db3fc62baf
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ Conflicts=nohang.service
After=system.slice
[Service]
ExecStart=/usr/local/bin/nohang --config /etc/nohang/nohang-desktop.conf
ExecStart=:TARGET_BIN:/nohang --config :TARGET_CONF:/nohang/nohang-desktop.conf
SyslogIdentifier=nohang-desktop
KillMode=mixed

View File

@ -5,7 +5,7 @@ Conflicts=nohang-desktop.service
After=system.slice
[Service]
ExecStart=/usr/local/bin/nohang --config /etc/nohang/nohang.conf
ExecStart=:TARGET_BIN:/nohang --config :TARGET_CONF:/nohang/nohang.conf
SyslogIdentifier=nohang
KillMode=mixed