Skip to content

Commit

Permalink
Revert "Update the ncats-webui service configuration"
Browse files Browse the repository at this point in the history
This reverts commit 1d38654.
This change is experimental and may be destructive in the production
environment.
  • Loading branch information
mcdonnnj committed Aug 1, 2023
1 parent 32812e7 commit d5ad898
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ansible/roles/cyhy_dashboard/files/ncats-webui.service
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
Description=ncats-webui service

[Service]
Type=oneshot
RemainAfterExit=yes
Type=simple
Restart=on-failure
RestartSec=10
User=cyhy
ExecStart=/usr/bin/make -C /var/cyhy/ncats-webui/ dev-start
ExecStop=/usr/bin/make -C /var/cyhy/ncats-webui/ dev-stop

0 comments on commit d5ad898

Please sign in to comment.