19 lines
345 B
Desktop File
19 lines
345 B
Desktop File
[Unit]
|
|
Description=CRM Frontend Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
WorkingDirectory=/opt/crm/frontend
|
|
EnvironmentFile=/opt/crm/frontend/.env
|
|
ExecStart=/opt/crm/frontend/node_modules/.bin/vite
|
|
Restart=always
|
|
RestartSec=5
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
MemoryLimit=5G
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|