xbianonpi / xbian

XBMC on Raspberry Pi, Bleeding Edge
https://xbian.org
GNU General Public License v3.0
294 stars 44 forks source link

autofs spams /var/log/upstart/autofs.log #683

Closed mkreisl closed 9 years ago

mkreisl commented 9 years ago

I'm using autofs to access my remote video library.

A few days ago i found, that the logfile /var/log/upstart/autofs.log grows extremely on my 24/7 running Pi. Removing the -v -d start option in /etc/init/autofs.conf solves the issue only temporarely, because after each running an update (package xbian-update) my modification has gone. I think it would be better to put these options into /etc/default/autofs variable OPTION so everybody who likes to have log-spam can enable this

CurlyMoo commented 9 years ago

Can you make a pull request with these changes?

mkreisl commented 9 years ago

Yes, will do it tomorrow