Generate systemd .service unit files — fill in the details, get a complete service file with install instructions
systemctl start myapp — startsystemctl stop myapp — stopsystemctl restart myapp — restartsystemctl status myapp — statussystemctl enable myapp — boot startjournalctl -u myapp -f — view logs| always | Always restart |
| on-failure | Only on non-zero exit |
| no | Never restart |