It takes a certain amount of skill to write a 3 line shell script like this:
#!/bin/bash source [FILE THAT DOESN'T EXIST] service [EXECUTABLE NOT CONFIGURED AS A SERVICE] start
It takes an ever greater amount of still to have this as part of a well known, large-scale code project, where the controller scripts can point to possibly conflicting (or sometimes empty!) configuration files.
The nightmare continues.