Open ahmedelakkad opened 2 years ago
I dont find it either. Any idea?
/etc/rpimonitor/data.conf is a symlink to a file under /etc/rpimonitor/template
SSH into the container and type:
stat /etc/rpimonitor/data.conf
In my case: File: ‘/etc/rpimonitor/data.conf’ -> ‘/etc/rpimonitor/template/raspbian.conf’
@.***:~ $ stat /etc/rpimonitor/data.conf stat: cannot statx '/etc/rpimonitor/data.conf': No such file or directory
diegoweb @.***> ezt írta (időpont: 2022. ápr. 5., K, 15:33):
/etc/rpimonitor/data.conf is a symlink to a file under /etc/rpimonitor/template SSH into the container and type: stat /etc/rpimonitor/data.conf
In my case: File: ‘/etc/rpimonitor/data.conf’ -> ‘/etc/rpimonitor/template/raspbian.conf’
— Reply to this email directly, view it on GitHub https://github.com/michaelmiklis/docker-rpi-monitor/issues/15#issuecomment-1088709577, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACY67SKULIOCS6WMDV7Y5H3VDQ6JDANCNFSM5NEJA2KA . You are receiving this because you commented.Message ID: @.***>
I want to edit rpimonitord.conf.d or /etc/rpimonitor/data.conf and I cant find /rpimonitor under etc.
Is it stored somewhere else?
Thanks!