This is an old revision of the document!
systemctl
Used to manage systemd services
Commands
# start service when server boots, will not start service if server is already running sudo systemctl enable service-name # likewise you can use disable # start service on already running server sudo systemctl start service-name # likewise you can use restart and stop