服务器部署需要的文件

This commit is contained in:
BBIT-Kai
2025-05-12 14:41:27 +08:00
parent 488ae0053a
commit 0792992cc7
3 changed files with 116 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[Unit]
Description=Ktor Server
After=network.target
[Service]
ExecStart=/opt/final/ktor/bin/ktor
WorkingDirectory=/opt/final/ktor
Restart=always
[Install]
WantedBy=multi-user.target