# Modify the corresponding script path, make sure it points to the correct location
# Then copy the service file to /etc/systemd/system
sudo cp map-server.service /etc/systemd/system
# Enable map-server, startup together with the system
sudo systemctl daemon-reload
sudo systemctl enable map-server
sudo systemctl start map-server