Change hostname on ShogunVPS
Edit /etc/hostname
--------------------------
replace on line with myservice.mycompany.com
Edit /etc/host
-------------------
add new line after 127.0.0.1 localhost
with
127.0.0.1 myservice.mycompany.com
**NOTE** this method passed test on ShogunVPS
--------------------------
replace on line with myservice.mycompany.com
Edit /etc/host
-------------------
add new line after 127.0.0.1 localhost
with
127.0.0.1 myservice.mycompany.com
**NOTE** this method passed test on ShogunVPS
Comments
Post a Comment