2024-12-12 16:29:31 -04:00
|
|
|
[Unit]
|
2024-12-13 09:26:47 -04:00
|
|
|
Description=Spiri Base Node.js Application
|
2024-12-12 16:29:31 -04:00
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
2024-12-13 09:26:47 -04:00
|
|
|
ExecStart=/usr/bin/node /home/spiri/Spiri-Base/.output/server/index.mjs
|
|
|
|
WorkingDirectory=/home/spiri/Spiri-Base
|
|
|
|
Restart=always
|
2024-12-13 09:56:02 -04:00
|
|
|
User=root
|
2024-12-13 09:26:47 -04:00
|
|
|
Group=spiri
|
2024-12-12 16:29:31 -04:00
|
|
|
Environment=NODE_ENV=production
|
2024-12-13 09:26:47 -04:00
|
|
|
Environment=PORT=80
|
2024-12-12 16:29:31 -04:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|