How do I set up systemd for a script to startup on boot?

Posted by AverNotBigGay@reddit | linux | View on Reddit | 14 comments

I’m trying to set up a systemd service to automatically start my python honeypot script on every system boot, inside of a terminal. However, the honeypot needs root access to listen to the ports. How can I set up systemd to automatically start up the script in a terminal GUI on every system boot so I can see the live outputs?