<div dir="ltr"><div dir="ltr">On Sat, Sep 7, 2019 at 7:26 PM Chuck Wolber <<a href="mailto:chuckwolber@gmail.com">chuckwolber@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>On Sat, Sep 7, 2019 at 10:17 Mikael Djurfeldt <<a href="mailto:mikael@djurfeldt.com" target="_blank">mikael@djurfeldt.com</a>> wrote:<br></div><div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div class="gmail_quote"><div dir="auto">In any case, you can get rid of the watchdog altogether with an override. Granted, you will not detect logind hangs, but that is probably not a huge concern for your particular use case if you want to stay logged in all the time.</div></div></div></blockquote><div><br></div><div>I think this sounds like what I want. How do I do this?</div></div></div></blockquote><div dir="auto"><br></div><div dir="auto">I do not have your system up to be precise, but the simplest way is to create an override copy of the whole unit file. This means you miss out on changes to the unit made in upstream updates, but that is on you.</div><div dir="auto"><br></div><div dir="auto">You would usually find the unit file by looking for the first comment line from the command - systemctl cat logind.service (or whatever the unit is named). Then copy that file to /etc/systemd/system and make all the edits you want. </div><div dir="auto"><br></div><div dir="auto">Then reload systemd (systemctl daemon-reload) to make it aware of the changes.<br></div></div></div></blockquote><div><br></div><div>Oh, now I see what you meant by "override".</div><div><br></div><div>I set WatchdogSec=0 and got no complaints when reloading, so I guess this is how I disable the watchdog.</div><div><br></div><div>What I really would want to know now is where the documentation is for WatchdogSec such that I don't need to guess like this.</div><div><br></div><div>Best regards,</div><div>Mikael<br></div></div></div>