Files
dwroller/database/deploy/deathwatch.service.template
Alex b47065edbf Moves GM player management to PlayerTab
Centralizes all GM controls—add, update, delete player, set RP or renown, reset player passwords—into the PlayerTab for a more intuitive workflow. Removes GM panel logic and duplication from the shop view, clarifies GM access, and improves error feedback on player list loading. Adds a backend health check endpoint and minor UI polish.
2025-08-15 11:12:49 +02:00

19 lines
394 B
Plaintext

[Unit]
Description=Deathwatch Roller API
After=network.target
[Service]
Type=simple
User={{RUN_AS_USER}}
WorkingDirectory={{REPO_DIR}}/database
ExecStart=/usr/bin/node {{REPO_DIR}}/database/server.js
Restart=always
RestartSec=5
EnvironmentFile=/etc/default/deathwatch-server
StandardOutput=journal
StandardError=journal
SyslogIdentifier=deathwatch-server
[Install]
WantedBy=multi-user.target