summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Ressel2023-09-21 00:00:54 +0200
committerMarkus Ressel2023-09-21 00:00:54 +0200
commitd0a556d30b000d63c5e6de5b6a955ceadbe3bc5a (patch)
tree19129d1ef738a3aea03066eaa0efa54e9b2992bf
parent926fea9e098d8827552ea914ec5d8eba4246651c (diff)
downloadaur-d0a556d30b000d63c5e6de5b6a955ceadbe3bc5a.tar.gz
remove service file from AUR repo
-rw-r--r--fan2go.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/fan2go.service b/fan2go.service
deleted file mode 100644
index b32a1e251ff6..000000000000
--- a/fan2go.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Advanced Fan Control program
-After=lm_sensors.service
-
-[Service]
-LimitNOFILE=8192
-ExecStart=/usr/bin/fan2go -c /etc/fan2go/fan2go.yaml --no-style
-Restart=always
-RestartSec=1s
-
-[Install]
-WantedBy=multi-user.target