|
|
|
|
|
by mercurial
4169 days ago
|
|
I believe it's not about between magical in the general case, but about how you specify dependencies between services, an area where systemd and upstart work differently. See the 'On Upstart' section here [1]. 1: http://0pointer.de/blog/projects/systemd.html |
|
A recent failure of systemd i have seen was related to NFS. For some reason systemd would yank the network down before dismounting NFS.
If you don't unmount NFS before taking down the network, it will sit there forever waiting for that final server response.
Another example was where while mount would happily ignore a flawed fstab entry but mount the rest, systemd would bail on the whole mount task and so halt the boot process.