Modify Services

Check Status / Services

$ sudo systemctl status [service]
$ sudo service --status-all

ex. sudo systemctl status plexmediaserver

Stop Service

$ sudo systemctl stop [service]

Stop Service Indefinately

$ sudo systemctl disable [service]

Start Service

$ sudo systemctl start [service]

Enable Service that hasn't been enabled yet

$ sudo systemctl enable [service]