Closed thatpixguy closed 7 years ago
added them to multi-user.target.wants:
root@slartibartfast:/etc/systemd/system/multi-user.target.wants# cp -s /usr/local/lib/systemd/system/* .
problem was that i was overriding the automatic generation of systemd services from the init scripts (which i guess also handles starting the newly created services) with the native service files in /usr/local/lib/systemd/system, but i hadn't done the work to make those services automatically start at boot (the symlinking into a .wants directory)
got the symlink info from: https://www.digitalocean.com/community/tutorials/how-to-configure-a-linux-service-to-start-automatically-after-a-crash-or-reboot-part-1-practical-examples
I had some manually modified service files, eg:
i'm not sure they are still being used