60518c1d76
- 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>
11 lines
178 B
Desktop File
11 lines
178 B
Desktop File
[Unit]
|
|
Description=irqbalance daemon
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
RuntimeDirectory=irqbalance
|
|
ExecStart=/usr/sbin/irqbalance --foreground
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|