19 lines
379 B
Desktop File
19 lines
379 B
Desktop File
[Unit]
|
|
Description=GhostGrid Development
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=ghostgrid
|
|
Group=ghostgrid
|
|
WorkingDirectory=/opt/ghostgrid-dev
|
|
Environment=NODE_ENV=production
|
|
Environment=HOST=127.0.0.1
|
|
Environment=PORT=3001
|
|
EnvironmentFile=-/opt/ghostgrid-dev/.env
|
|
ExecStart=/usr/bin/node dist/server.cjs
|
|
Restart=always
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |