You are not logged in.
Pages: 1
fsck was taking longer than 15 minutes, and my system was abruptly halting partway through.
Turns out it was a timeout in /usr/lib/systemd/system/basic.target, so I modified it, like so:
#JobTimeoutSec=15min
JobTimeoutSec=45minIt feels Wrong to have modified the main /usr/lib/systemd file (like I should have something in /etc/systemd or somesuch), but I can't find a document that describes the Right way of doing this. Is there a better way?
Thanks!
Offline
Offline
"Units can be, for example, services (.service), mount points (.mount), devices (.device) or sockets (.socket)." I think the part I was missing was that a .target was also a unit. I'll see what I can do with that.
Thanks!
Offline
Pages: 1