ken_nogi/NodeJS/myExpress.service
Kenichiro NOGI 51a95c5e21 NodeJS
2025-07-10 10:12:37 +09:00

15 lines
256 B
Desktop File

[Unit]
Description=Node.JS Express Server
After=network.target
[Service]
ExecStart=/usr/bin/node /web/node/express/index.js
WorkingDirectory=/web/node/express
Restart=always
User=root
Environment=NODE_ENV=production
[Install]
WantedBy=multi-user.target