make_docker_or_any_other_service_wait_on_nfs_mounts
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
make_docker_or_any_other_service_wait_on_nfs_mounts [2023/11/19 20:12] – tkbletsc | make_docker_or_any_other_service_wait_on_nfs_mounts [2023/11/19 20:21] (current) – tkbletsc | ||
---|---|---|---|
Line 22: | Line 22: | ||
To set the mount timeout in systemd world, add the option "'' | To set the mount timeout in systemd world, add the option "'' | ||
192.168.0.11:/ | 192.168.0.11:/ | ||
+ | |||
+ | ===== Hey, do you want to know something horrifying and stupid about systemd? ===== | ||
+ | |||
+ | If you use the diagnostic command " | ||
+ | |||
+ | $ systemctl show POOPSERVICE9000 | head | ||
+ | Restart=no | ||
+ | NotifyAccess=none | ||
+ | RestartUSec=100ms | ||
+ | TimeoutStartUSec=1min 30s | ||
+ | TimeoutStopUSec=1min 30s | ||
+ | TimeoutAbortUSec=1min 30s | ||
+ | ...etc... | ||
+ | |||
+ | This makes debugging super cool and fun. Good job, guys. | ||
make_docker_or_any_other_service_wait_on_nfs_mounts.txt · Last modified: 2023/11/19 20:21 by tkbletsc