ToolJet/deploy/ec2/nest.service

18 lines
324 B
SYSTEMD
Raw Normal View History

[Unit]
2021-08-06 14:07:45 +00:00
Description=Nest Server
After=network.target
[Service]
Type=simple
User=ubuntu
WorkingDirectory=/home/ubuntu/app
2021-08-06 14:07:45 +00:00
Environment="NODE_ENV=production"
EnvironmentFile=/home/ubuntu/app/.env
RestartSec=1
2021-08-06 14:07:45 +00:00
ExecStart=/usr/bin/npm --prefix /home/ubuntu/app run start:prod
Restart=always
[Install]
WantedBy=multi-user.target