From a18602b8962f35fbb9fcf469dd31e88a9df9f6cd Mon Sep 17 00:00:00 2001 From: Scott Date: Fri, 11 Sep 2020 19:35:39 +1000 Subject: [PATCH] Hopefully improve service file for autostart --- nfancurve.service | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nfancurve.service b/nfancurve.service index 8d78870..34f32db 100644 --- a/nfancurve.service +++ b/nfancurve.service @@ -1,11 +1,10 @@ [Unit] Description=Nfancurve service -After=graphical-session.target -Requires=graphical-session.target +After=default.target [Service] ExecStart=/bin/sh /usr/bin/nfancurve -c /etc/nfancurve.conf KillSignal=SIGINT [Install] -WantedBy=graphical-session.target +WantedBy=default.target