Skip to content

Commit

Permalink
fix for refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Jan 8, 2021
1 parent 6eecde4 commit c206db2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Workbench/scripts/refreshListener.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[Unit]
Description=CSP Workbench Refresh Listener

[Service]
User=csprootuser
WorkingDirectory=/csp-tap/InCommonTAP-Examples/Workbench/scripts/
ExecStart=/usr/bin/php /csp-tap/InCommonTAP-Examples/Workbench/scripts/refreshListener.php &

SuccessExitStatus=0
TimeoutStopSec=10
Restart=on-failure
RestartSec=5

[Install]
WantedBy=multi-user.target

0 comments on commit c206db2

Please sign in to comment.