systemd
God Damnit
| What | How |
|---|---|
| List services | systemctl list-unit-files |
| Start service at boot time | systemctl enable $service |
| Start service now | systemctl start $service |
| What | How |
|---|---|
| List services | systemctl list-unit-files |
| Start service at boot time | systemctl enable $service |
| Start service now | systemctl start $service |