summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSelf-Perfection2016-01-12 14:22:38 +0300
committerSelf-Perfection2016-01-12 17:14:36 +0300
commit1df6fbffa48b7a5eba42180c9fa36f5a8ac477f8 (patch)
tree492da031e7c720aca18cc974013fdf2bfc331f2f
parentc433599064e181da21d39342f35f8abcb5438ec1 (diff)
downloadaur-1df6fbffa48b7a5eba42180c9fa36f5a8ac477f8.tar.gz
Removed age field from co2mon-git.tmpfiles.conf
co2mond does not update ctime/mtime of files in datadir if value has not changed. Occasionally value may be still for more than a minute and systemd-tmpfiles removes such still files. For a couple of seconds until co2mond recreates the file reading become unavailable.
-rw-r--r--PKGBUILD2
-rw-r--r--co2mon-git.tmpfiles.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9355d869c5d3..ce46e56ac1e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ source=('git+https://github.com/dmage/co2mon.git'
md5sums=('SKIP'
'e96495d7ed56756af234aa2c4959177b'
'bef542a1a14f1b5def074c8181ebac0e'
- 'f56b35a4420383659798bfa2b31790d5')
+ 'ad1ef6873b453a9f09447c70d74921ff')
pkgver() {
cd "$srcdir/co2mon"
diff --git a/co2mon-git.tmpfiles.conf b/co2mon-git.tmpfiles.conf
index 631089488f87..4b581a9166af 100644
--- a/co2mon-git.tmpfiles.conf
+++ b/co2mon-git.tmpfiles.conf
@@ -1 +1 @@
-D /var/lib/co2mon 0755 nobody nobody 1m
+D /var/lib/co2mon 0755 nobody nobody