summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Tremblay2017-03-13 10:37:05 -0400
committerGabriel Tremblay2017-03-13 10:37:05 -0400
commit8dd781c7571c68267f06e81ba4a6a9ec65beee9b (patch)
treeddad96180e87c30a666a86ac76b0a20f81e1e2d8
parent1f8a45b97c6588f62a498d517567636687bd76c8 (diff)
downloadaur-8dd781c7571c68267f06e81ba4a6a9ec65beee9b.tar.gz
Renoved bogus -d switch from service file
-rw-r--r--PKGBUILD2
-rw-r--r--i8kmon.service2
2 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24c23b41c8c8..0a5ac87a2561 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gabriel Tremblay gabriel@delvelabs.ca
pkgname=i8kutils-git
_pkgname=i8kutils
-pkgrel=1
+pkgrel=2
pkgver=20170306.976c36a
pkgdesc="Fan control for Dell laptops"
makedepends=("git")
diff --git a/i8kmon.service b/i8kmon.service
index 3b80f46334af..fa3dff4bf20b 100644
--- a/i8kmon.service
+++ b/i8kmon.service
@@ -3,7 +3,7 @@ Description=Dell laptop thermal monitoring
ConditionPathExists=/proc/i8k
[Service]
-ExecStart=/usr/bin/i8kmon -d
+ExecStart=/usr/bin/i8kmon
[Install]
WantedBy=multi-user.target