#!/bin/bash # Stop the service systemctl stop farmcontrol-server.service # Disable the service systemctl disable farmcontrol-server.service # Reload systemd systemctl daemon-reload