Files
notebrook-notes/etc/systemd/backend.service
2024-08-26 19:15:20 +02:00

15 lines
278 B
Desktop File

[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