How to change your VPS hostname and mailname on Ubuntu 16.04 LTS permanently

Today we want to set the host name of our VPS so that it still existed after a reboot. Some vendors reset the hostname after a reboot, so we bypass with a script that makes the adjustments for us. First we have to create a file called set_vps_hostname.service in /etc/systemd/system/ sudo nano /etc/systemd/system/set_vps_hostname.service content: [Unit] […]