keytool -genkey -alias gamedash-daemon \
-keyalg RSA -keystore ./keystore.jks \
-dname "CN=gamedash.daemon" \
-storepass *PASSWORD*
[https://download.gamedash/daemon/wrapper/versions/latest.jar](https://download.gamedash/daemon/wrapper/versions/latest.jar)
.latest.jar
jar file with the -install-only
command line parameter.java -jar latest.jar
.Executing the daemon as a service in recommended, as the Linux OS will make sure to start the daemon back up after a reboot and any eventual crashes.
/etc/systemd/system/gamedash-daemon.service
with the following contents:[Unit]
Description=GameDash Daemon
[Service]
User=root
WorkingDirectory=*INSTALL DIRECTORY*
ExecStart=/usr/bin/java -jar *INSTALL DIRECTORY*/latest.jar
SuccessExitStatus=143
TimeoutStopSec=10
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target
chmod 644 /etc/systemd/system/gamedash-daemon.service
.systemctl daemon-reload
systemctl start gamedash-daemon
About GameDash
Administration
Contact
© GameDash, made with ❤ and ☕
A Schokker IT B.V. Company · KVK: 73247375