[Unit] Description=DauphinCraft Dedicated Server After=network.target [Service] Type=simple User=dauphin Group=dauphin WorkingDirectory=/opt/dauphincraft ExecStart=/opt/dauphincraft/DauphinCraftServer.x86_64 --server --port 7777 --headless Restart=always RestartSec=5 StandardOutput=append:/var/log/dauphincraft.log StandardError=append:/var/log/dauphincraft.log [Install] WantedBy=multi-user.target