Files
notebrook-notes/etc/systemd/backend.service

15 lines
278 B
SYSTEMD
Raw Normal View History

2024-09-03 14:50:33 +02:00
[Unit]
Description=backend Service
After=network.target
[Service]
User=notebrook
WorkingDirectory=/home/notebrook/backend
ExecStart=/usr/bin/npm start
Restart=always
Environment=PATH=/usr/bin:/usr/local/bin
Environment=NODE_ENV=production
[Install]
WantedBy=multi-user.target