Package managed server for Linux production
This commit is contained in:
Executable
+7
@@ -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
|
||||
Reference in New Issue
Block a user