Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
odigos-demo-currency / lib / systemd / system / odigos-demo-currency.service
Size: Mime:
[Unit]
Description=PHP-FPM and Nginx Service
After=network.target

[Service]
WorkingDirectory=/opt/odigos-demo-currency
ExecStart=/bin/sh -c "php-fpm & nginx -g 'daemon off;'"
KillMode=mixed
Restart=on-failure
RestartSec=1s
RestartSteps=1s
RestartMaxDelaySec=1min
Type=simple
User=odigos
Group=odigos
Environment="PORT=8085"
Environment="GEOLOCATION_SERVICE_HOST=localhost:8086"

[Install]
WantedBy=multi-user.target