added "Stop Core Services" button

This commit is contained in:
mcguirepr89
2022-04-07 09:58:49 -04:00
parent 6974dc62ca
commit 3ff8a0bcd4
+3
View File
@@ -80,6 +80,9 @@
<button type="submit" name="submit" value="sudo systemctl disable --now pushed_notifications.service">Disable</button>
<button type="submit" name="submit" value="sudo systemctl enable --now pushed_notifications.service">Enable</button>
</form>
<form action="" method="POST">
<button type="submit" name="submit" value="stop_core_services.sh">Stop Core Services</button>
</form>
<form action="" method="POST">
<button type="submit" name="submit" value="restart_services.sh" onclick="return confirm('This will take about 90 seconds.')">Restart All Services</button>
</form>