Init scripts will no longer be of any concern to us. I have just received word that #systemd v260 is out. The last remnants of the old unix philosophy have been swept away - unit files now have direct control over their services

https://github.com/systemd/systemd/releases/tag/v260

@bluca I'm shocked they still use files, instead of keeping all the configuration in an sqlite database.
@deshipu @bluca A filesystem is a database, not a relational one, but a directory.
@waldi @bluca Every file system is a database, but not every database is a filesystem.