Skip to content

Commit

Permalink
Merge pull request #110 from internet2/PC_fixldapadmin
Browse files Browse the repository at this point in the history
fix for refresh
  • Loading branch information
pcaskey authored Jan 8, 2021
2 parents d0f39d1 + c206db2 commit 28b6610
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 28b6610

Please sign in to comment.