f13ec7f29a
Co-authored-by: Cursor <cursoragent@cursor.com>
25 lines
449 B
Desktop File
25 lines
449 B
Desktop File
[Unit]
|
|
Description=Shop Node.js
|
|
After=network.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=www-data
|
|
Group=www-data
|
|
WorkingDirectory=/opt/shop/shop10
|
|
EnvironmentFile=/opt/shop/shop10/.env
|
|
ExecStartPre=+/opt/shop/shop10/scripts/wait-postgres.sh
|
|
ExecStart=/usr/bin/node src/server.js
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
# Логи в journal
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
UMask=0022
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|