summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancisco Lopes2017-12-09 18:16:33 -0200
committerFrancisco Lopes2017-12-09 18:16:33 -0200
commit37548eaa9623b416d0886bb9db81ae04a6b81830 (patch)
tree1d7f791107cb5cc77f066cc675e75453539001c0
parent8181ac8dc867f809d2eda301d4728ff01432a981 (diff)
downloadaur-37548eaa9623b416d0886bb9db81ae04a6b81830.tar.gz
Better attempt at ensuring late start on boot
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--udevmon.service3
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a174432de15..4327bfee97f7 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.1.1
- pkgrel = 3
+ pkgrel = 4
url = https://gitlab.com/interception/linux/tools
arch = i686
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = interception-tools
source = https://gitlab.com/interception/linux/tools/repository/archive.tar.gz?ref=v0.1.1
source = udevmon.service
md5sums = 033f4c3e81e4d7865314ad2873e3d158
- md5sums = dd9142146084634fa6423d5f83f1661b
+ md5sums = 45fca55908e2e6e61d83d9074347bcd4
pkgname = interception-tools
diff --git a/PKGBUILD b/PKGBUILD
index a062b20541ff..822255d117d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Francisco Lopes <francisco@oblita.com>
pkgname=interception-tools
pkgver=0.1.1
-pkgrel=3
+pkgrel=4
pkgdesc='A minimal composable infrastructure on top of libudev and libevdev'
arch=('i686' 'x86_64')
license=('GPL3')
@@ -11,7 +11,7 @@ makedepends=('boost' 'cmake' 'gcc')
source=("https://gitlab.com/interception/linux/tools/repository/archive.tar.gz?ref=v${pkgver}"
'udevmon.service')
md5sums=('033f4c3e81e4d7865314ad2873e3d158'
- 'dd9142146084634fa6423d5f83f1661b')
+ '45fca55908e2e6e61d83d9074347bcd4')
build() {
cd ${srcdir}/tools-v${pkgver}-*
diff --git a/udevmon.service b/udevmon.service
index 98552ae60134..744cb0886197 100644
--- a/udevmon.service
+++ b/udevmon.service
@@ -1,8 +1,9 @@
[Unit]
Description=udevmon
+After=systemd-user-sessions.service
[Service]
ExecStart=/usr/bin/nice -n -20 /usr/bin/udevmon -c /etc/udevmon.yaml
[Install]
-WantedBy=basic.target
+WantedBy=multi-user.target