Setting up a systemd Service under Ubuntu
Posted on Sat 11 November 2017 in Sysadmin • Tagged with Ubuntu, systemd, service
Starting with 15.04, Ubuntu uses systemd instead of Upstart as the default system and service manager. This page offers a good comparison between the two systems.
If you want to add a new systemd service (e.g. for running a Java application everytime your machine boots), create the following …
Continue reading