I have a script in /etc/init.d that I'm trying to add echo statements to...but all of my changes seem to be ignored.
I'm guessing because the script itself is not actually run but that systemd is doing something behind the scenes to continue running the old version of the script. Is there a way to "load" these changes?