prepare for release

This commit is contained in:
2026-02-14 11:30:48 +01:00
parent 8fd76c7e46
commit 61d011063b
16 changed files with 58 additions and 368 deletions

13
shadowrun-server.service Normal file
View File

@@ -0,0 +1,13 @@
[Unit]
Description=shadowrun server Service
After=network.target
[Service]
Type=simple
WorkingDirectory=/usr/share/shadowrun-server
ExecStart=/usr/bin/shadowrun-server
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target