summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancisco Lopes2020-10-28 03:21:24 -0300
committerFrancisco Lopes2020-10-28 03:21:24 -0300
commit26c66735c1bccd15f08c6ecaed73771a6b9f9f68 (patch)
treee3c4999210e7cb11f78a1240c4da910e329433b3
parent063016dee3507803461e8e401e2994e06e4c2a36 (diff)
downloadaur-26c66735c1bccd15f08c6ecaed73771a6b9f9f68.tar.gz
Use Nice= in unit file
See https://gitlab.com/interception/linux/tools/issues/24
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--udevmon.service3
3 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1abefa9457fd..2a2618126473 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = interception-tools
pkgdesc = A minimal composable infrastructure on top of libudev and libevdev
pkgver = 0.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/interception/linux/tools
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index bfd2cc17e5ae..137c5494b688 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Francisco Lopes <francisco@oblita.com>
pkgname=interception-tools
pkgver=0.2.1
-pkgrel=1
+pkgrel=2
pkgdesc='A minimal composable infrastructure on top of libudev and libevdev'
arch=('x86_64')
license=('GPL3')
diff --git a/udevmon.service b/udevmon.service
index ef4491cdbf94..fb18d06b3fe2 100644
--- a/udevmon.service
+++ b/udevmon.service
@@ -4,7 +4,8 @@ Wants=systemd-udev-settle.service
After=systemd-udev-settle.service
[Service]
-ExecStart=/usr/bin/nice -n -20 /usr/bin/udevmon -c /etc/udevmon.yaml
+ExecStart=/usr/bin/udevmon -c /etc/udevmon.yaml
+Nice=-20
[Install]
WantedBy=multi-user.target