first commit

This commit is contained in:
2023-03-11 15:40:46 +08:00
commit b58d6eed24
8 changed files with 198 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[Unit]
Description=go Application
After=network.target
[Service]
User=appruner
WorkingDirectory=APP_PATH
ExecStart=APP_PATH/app
StandardOutput=file:APP_PATH/app.out
StandardError=file:APP_PATH/app.err
Restart=always
[Install]
WantedBy=multi-user.target