diff --git a/scripts/config.php b/scripts/config.php
index 7f2b1fb..6c4e73d 100644
--- a/scripts/config.php
+++ b/scripts/config.php
@@ -17,6 +17,11 @@ if(isset($_GET['apprise_notify_each_detection'])) {
} else {
$apprise_notify_each_detection = 0;
}
+if(isset($_GET['apprise_notify_each_species'])) {
+ exec('sudo systemctl start pushed_notifications.service');
+} else {
+ exec('sudo systemctl stop pushed_notifications.service');
+}
@@ -122,7 +127,7 @@ https://discordapp.com/api/webhooks/{WebhookID}/{WebhookToken}
-
+ >
>