[Unit]
Description=RateRight $50 App (Next.js)
After=network.target

[Service]
Type=simple
User=ccuser
WorkingDirectory=/home/ccuser/the-50-dollar-app
ExecStart=/usr/bin/npm run start
Restart=always
RestartSec=5
Environment=NODE_ENV=production
Environment=PORT=3000

[Install]
WantedBy=multi-user.target
