systemctl

systemctl list-units [ --all | --type=service ]
  • show all enabled and disabled services
    systemctl list-unit-files

create service file

vi /etc/systemd/system/<name>.service

journalctl

ref