15 lines
303 B
Desktop File
15 lines
303 B
Desktop File
[Unit]
|
|
Description=SpiriBase WebApp Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/var/www/webapp
|
|
ExecStart=/usr/bin/node /var/www/webapp/.output/server/index.mjs
|
|
Restart=on-failure
|
|
Environment=NODE_ENV=production
|
|
User=www-data
|
|
Group=www-data
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |