update
This commit is contained in:
+3
-1
@@ -5,7 +5,9 @@ After=network.target
|
||||
[Service]
|
||||
User=appruner
|
||||
WorkingDirectory=APP_PATH
|
||||
ExecStart=APP_PATH/app >> APP_PATH/app.log 2>&1
|
||||
ExecStart=APP_PATH/app
|
||||
StandardOutput=file:APP_PATH/app.out
|
||||
StandardError=file:APP_PATH/app.err
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
|
||||
Reference in New Issue
Block a user