package/irqbalance: fix systemd startup script (add RuntimeDirectory)

- add RuntimeDirectory=irqbalance to create /run/irqbalanace needed to
  create socket /run/irqbalance/irqbalance<pid>.sock

Fixes:

  - Bug 13541 [1]

  /usr/sbin/irqbalance[158]: Daemon couldn't be bound to the file-based socket.

[1] https://bugs.busybox.net/show_bug.cgi?id=13541

Reported-by: Alfredo Pons Menargues <alfredo.pons@gmail.com>
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Peter Seiderer 2021-02-20 17:33:49 +01:00 committed by Yann E. MORIN
parent d1054e851c
commit 60518c1d76

View File

@ -3,6 +3,7 @@ Description=irqbalance daemon
After=syslog.target
[Service]
RuntimeDirectory=irqbalance
ExecStart=/usr/sbin/irqbalance --foreground
[Install]