0.12.0-9 Fix Jobs
This commit is contained in:
+2
-2
@@ -868,6 +868,8 @@ Description=Ripster Backend API
|
||||
Documentation=https://github.com/your-repo/ripster
|
||||
After=network.target
|
||||
Wants=network-online.target
|
||||
StartLimitIntervalSec=60
|
||||
StartLimitBurst=3
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
@@ -877,8 +879,6 @@ WorkingDirectory=${INSTALL_DIR}/backend
|
||||
ExecStart=$(command -v node) src/index.js
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
StartLimitIntervalSec=60
|
||||
StartLimitBurst=3
|
||||
|
||||
# Umgebung
|
||||
Environment=NODE_ENV=production
|
||||
|
||||
Reference in New Issue
Block a user