[Unit] Description=Oracle Bot — Mortdecai Mind's Eye After=network.target [Service] Type=simple WorkingDirectory=/opt/oracle-bot ExecStart=/usr/bin/node server.js Restart=always RestartSec=5 Environment=PORT=3333 Environment=MC_HOST=192.168.0.244 Environment=MC_PORT=25568 StandardOutput=append:/var/log/oracle-bot.log StandardError=append:/var/log/oracle-bot.log [Install] WantedBy=multi-user.target