[Unit] Description=Phenomenal X Signal Engine After=network.target [Service] Type=simple WorkingDirectory=/var/www/muxiyeto-com/engine ExecStart=/usr/bin/node /var/www/muxiyeto-com/engine/server.js Restart=always RestartSec=5 Environment=NODE_ENV=production Environment=PORT=3090 Environment=PX_ENGINE_TOKEN=PX-ENGINE-TOKEN-CHANGE-ME Environment=PX_ENGINE_MIN_CONFIDENCE=0.60 Environment=PX_ENGINE_DATA_DIR=/var/www/muxiyeto-com/engine/data Environment=PX_ENGINE_ADMIN_USER=admin Environment=PX_ENGINE_ADMIN_PASS=Change-Me-Now Environment=PX_ENGINE_ADMIN_SECRET=PX-ENGINE-ADMIN-SECRET-CHANGE-ME User=www-data Group=www-data [Install] WantedBy=multi-user.target