Package managed server for Linux production
.NET port / test (macos-latest) (push) Canceled after 0s
.NET port / test (ubuntu-24.04) (push) Canceled after 0s
.NET port / test (windows-latest) (push) Canceled after 0s
.NET port / cpp-conformance (push) Canceled after 0s

This commit is contained in:
2026-09-16 17:08:17 +02:00
parent 48c754aed9
commit 7be93e81a1
15 changed files with 384 additions and 119 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
set -eu
install -d -m 0755 /usr/local/lib/voicecat
install -m 0755 VoiceCat.Server /usr/local/lib/voicecat/VoiceCat.Server
install -m 0644 voicecat.service /etc/systemd/system/voicecat.service
systemctl daemon-reload
systemctl enable --now voicecat.service