[Unit] Description=Dangerous Falls Game Server After=network.target [Service] Type=simple User=dangerous-falls WorkingDirectory=/opt/dangerous-falls/server ExecStart=/usr/bin/node server.js Restart=on-failure RestartSec=5 EnvironmentFile=/opt/dangerous-falls/server/.env StandardOutput=journal StandardError=journal SyslogIdentifier=dangerous-falls [Install] WantedBy=multi-user.target