summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Mangold2018-03-05 12:55:47 +0100
committerOliver Mangold2018-03-05 12:55:47 +0100
commit668240102fbf0a51fa815e90c3f21148be33b027 (patch)
treef85d27c9ed85192ee59016f765c3b2584f1a1334
parent798c0ee0670d6cef096612973509c77c09b905b5 (diff)
downloadaur-668240102fbf0a51fa815e90c3f21148be33b027.tar.gz
removing nonsensical ExecRestart from systemd-unit
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--kmodcache.service1
3 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f70eb432f21..29b1516ce25e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kmodcache
pkgdesc = Scripts to make a copy of installed kernel modules, which will be used for on-demand loading from then point on, thus make reboots unnecessary after kernel updates.
- pkgver = 1.0
- pkgrel = 2
+ pkgver = 1.1
+ pkgrel = 1
arch = any
license = GPL3
source = kmodcache.conf
diff --git a/PKGBUILD b/PKGBUILD
index 7475556abddd..1886b985af16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Oliver Mangold <o.mangold@gmail.com>
pkgname=kmodcache
-pkgver=1.0
-pkgrel=2
+pkgver=1.1
+pkgrel=1
pkgdesc="Scripts to make a copy of installed kernel modules, which will be used for on-demand loading from then point on, thus make reboots unnecessary after kernel updates."
arch=('any')
license=('GPL3')
diff --git a/kmodcache.service b/kmodcache.service
index ea983abb1de2..030345e59770 100644
--- a/kmodcache.service
+++ b/kmodcache.service
@@ -4,7 +4,6 @@ Description=update modules cache for active kernel
[Service]
Type=oneshot
ExecStart=/usr/bin/make-kmod-cache
-ExecRestart=/usr/bin/make-kmod-cache
[Install]
WantedBy=multi-user.target