summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Rand2017-05-08 02:30:00 +0200
committerSean Rand2017-05-09 21:37:00 +0200
commit6ddf977d0f990e14da30481e975db51e06db285d (patch)
tree68c2a17c9a15816f5f847ca634cc91f4fcda4eb4
parent3b4770804b821444caf4804580a814d5e7408894 (diff)
downloadaur-6ddf977d0f990e14da30481e975db51e06db285d.tar.gz
set SyslogIdentifier to something meaningful
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--autoupdate.service1
3 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b197be0954e6..d620d6d1af2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = autoupdate
license = GPL
source = autoupdate.service
source = autoupdate.timer
- md5sums = 315777ea88d1ca6be7a934844a48c399
+ md5sums = 3d9f8d9a766ed6d6b997f61ced458127
md5sums = 129db06fab0fd9478ef3a4cf6a5baa96
pkgname = autoupdate
diff --git a/PKGBUILD b/PKGBUILD
index f9156a318623..9e5736972679 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('GPL')
install=autoupdate.install
source=(autoupdate.service
autoupdate.timer)
-md5sums=('315777ea88d1ca6be7a934844a48c399'
+md5sums=('3d9f8d9a766ed6d6b997f61ced458127'
'129db06fab0fd9478ef3a4cf6a5baa96')
package() {
diff --git a/autoupdate.service b/autoupdate.service
index 2f43cca6dd06..9af3a35af6fe 100644
--- a/autoupdate.service
+++ b/autoupdate.service
@@ -4,6 +4,7 @@ After=network-online.target
[Service]
Type=simple
+SyslogIdentifier=autoupdate
ExecStart=/usr/bin/nice -n 19 /usr/bin/pacman -Syuwq --noconfirm
TimeoutStopSec=300
KillMode=process