Yours *must* be using inittab (Sysvinit is the name of the actual init system, inittab is one of its configuration files).
The only two possibilities are Sysvinit or Systemd. When you tried the Systemd way it told you it wasn't installed.
It might be that that documentation is for a newer version of Raspbian than you are using?
>If I don't need systemd, can I uninstall it without borking what I have got working so far? Is it doing any harm?
I'm not entirely sure how you managed to install it without completely breaking everything. Replacing the init system is not the kind of thing you do if you can possibly avoid it, it's a massive thing.
It *may* be that you've arrived at some sort of half-way house with bits of each floating around but I think that's unlikely since I'm pretty sure you wouldn't be able to boot if that were the case. What I think is more likely is that you've installed Systemd but it's not being used. Which is fine, I'd leave it like that (because I'm scared that if you touch it everything is going to come falling down).
I'm *fairly sure* you're using Sysvinit. I'd try the inittab approach and see if that works.
Ok, just checked the
Raspbian page and there's a choice of images available. The Jessie ones will be using Systemd while the Wheezy ones will be using Sysvinit.
Assuming they've not backported the kernel (unlikely with Debian) you can check which you're on with:
Code:
uname -r
If the returned number is lower than 4 then you're on Wheezy and thus Sysvinit/inittab. If it's higher than 4 then you're on Jessie with Systemd.
It *might* be that your installation is just fucked somehow. The fact that you couldn't edit that file the other day is kinda worrying in that regard.
But yeah, find out which version you're on. If it's <4 then edit inittab as above. If it's >4 then ... we'll work out what to do with your clearly broken Systemd.