Skip to content

Commit

Permalink
fix for listener service file
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Jan 10, 2021
1 parent 7ff9856 commit ab40624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Workbench/scripts/refreshListener.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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 &
ExecStart=/usr/bin/php /csp-tap/InCommonTAP-Examples/Workbench/scripts/refreshListener.php > /dev/null 2>&1 &

SuccessExitStatus=0
TimeoutStopSec=10
Expand Down

0 comments on commit ab40624

Please sign in to comment.