caophuong2012 / til

What I've learned today
0 stars 0 forks source link

systemd vs upstart #5

Open caophuong2012 opened 8 years ago

caophuong2012 commented 8 years ago

Both systemd and upstart attempt to solve the problem of SysV init, i.e: Some services need to be started after other services, but the only way in Sysv init is that

caophuong2012 commented 8 years ago

upstart refuses to start service if there is an error in configuration file, whereas systemd ignores invalid directives and start the service.