Hacker News new | ask | show | jobs
by edbrown23 3506 days ago
Generally systemd manages enabled/disabled services through symlinks in /etc/ (/etc/systemd/system/ on my Fedora 24, for instance), which you can add/delete in the shell if you want to. It's admittedly not plain-text, but manipulation-wise it's about equal.
2 comments

It's using the default database (the filesystem) for it's configuration in that instance.
Nice - learned something new. Thanks!