15 lines
322 B
Django/Jinja
15 lines
322 B
Django/Jinja
[Unit]
|
|
Description=Frontend React Production (Vite)
|
|
After=network.target
|
|
|
|
[Service]
|
|
User={{ user_owner }}
|
|
Group={{ user_owner }}
|
|
WorkingDirectory={{ nginx_frontend_path }}
|
|
ExecStart=/usr/bin/npm run preview -- --port {{ frontend_port }}
|
|
Restart=always
|
|
Environment=NODE_ENV=production
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|