# systemd user service for the NodeCG install driving the venue graphics. # Installed by scripts/install-service.sh (which fills in the install dir); # runs as a *user* service so it shares the session with OBS and never needs # root. Remember `loginctl enable-linger ` for start-on-boot without a # login. [Unit] Description=NodeCG venue graphics (nodecg-venue-gfx) After=network-online.target [Service] WorkingDirectory=__INSTALL_DIR__ ExecStart=/usr/bin/env node index.js Restart=always RestartSec=5 Environment=NODE_ENV=production [Install] WantedBy=default.target