From c42379fad69c22b954e3646d4b763648d41742e1 Mon Sep 17 00:00:00 2001 From: ccppi_production Date: Tue, 17 Sep 2024 06:41:55 +0000 Subject: [PATCH] service file should start on boot default.target --- systemd-gotify.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd-gotify.service b/systemd-gotify.service index c27a8a2..b879148 100644 --- a/systemd-gotify.service +++ b/systemd-gotify.service @@ -7,4 +7,4 @@ Environment="GOTIFY_TOKEN=AnV26OM_KjPdvY9" ExecStart=/usr/local/bin/systemd-gotify config -d [Install] -WantedBy=multi-user.target +WantedBy=default.target