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:
parent
d1054e851c
commit
60518c1d76
@ -3,6 +3,7 @@ Description=irqbalance daemon
|
||||
After=syslog.target
|
||||
|
||||
[Service]
|
||||
RuntimeDirectory=irqbalance
|
||||
ExecStart=/usr/sbin/irqbalance --foreground
|
||||
|
||||
[Install]
|
||||
|
Loading…
Reference in New Issue
Block a user