work_scripts/predash_web.service

18 lines
301 B
SYSTEMD

# Script Server Presik Technologies
[Unit]
Description=Predash Web Server
[Service]
User=psk
Group=psk
ExecStart=/home/psk/predash/run_predash.sh
ExecStop=
Environment="REACT_APP_TRYTON_API_HOST=cloudX.presik.com"
Environment="REACT_APP_TRYTON_API_PORT=5000"
[Install]
WantedBy=multi-user.target