workadventure/debian/workadventure-pusher.service

16 lines
349 B
Desktop File

[Unit]
Description="Workadventure Pusher"
[Service]
User=webspace-user
WorkingDirectory=/var/lib/workadventure/pusher
Environment=NODE_PATH=node_modules
Environment=PUSHER_HTTP_PORT=8081
Environment=API_URL=localhost:50051
ExecStart=node --max-old-space-size=4096 server.js
ProtectSystem=Full
ProtectHome=true
[Install]
WantedBy=multi-user.target