Files
verify/deploy/verifypack-frontend.service
Mohamed Mathar Irfan ed6610d5d8 Initial project upload
2026-07-28 17:57:02 +05:30

17 lines
299 B
Desktop File

[Unit]
Description=VerifyPack Next.js frontend
After=network.target
[Service]
Type=simple
User=ubuntu
WorkingDirectory=/mnt/data/verifypack/frontend
Environment=NODE_ENV=production
Environment=PORT=3000
ExecStart=/usr/bin/npm start
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target