Commit b12ace8c authored by Julien Muchembled's avatar Julien Muchembled

Fix rotation of babeld log

parent dcc52fe5
......@@ -4,6 +4,6 @@
missingok
notifempty
postrotate
[ -r /var/run/re6st-babeld.pid ] && kill -USR2 $(cat /var/run/re6st-babeld.pid)
[ -r /var/run/re6stnet/babeld.pid ] && kill -USR2 $(cat /var/run/re6stnet/babeld.pid)
endscript
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment