From 5f6ec1b4df87d5977ca6210dc100c3d97498c0c7 Mon Sep 17 00:00:00 2001 From: nan0s7 <26643055+nan0s7@users.noreply.github.com> Date: Thu, 4 Aug 2022 21:58:28 +1000 Subject: [PATCH] Potentially help fix issues on Ubuntu systems --- nfancurve.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nfancurve.service b/nfancurve.service index 3686da4..a724c10 100644 --- a/nfancurve.service +++ b/nfancurve.service @@ -4,7 +4,7 @@ After=default.target [Service] ExecStartPre=/bin/sleep 20 -ExecStart=/bin/sh /usr/bin/nfancurve -c /etc/nfancurve.conf +ExecStart=/usr/bin/nfancurve -c /etc/nfancurve.conf KillSignal=SIGINT [Install]