summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgS6442015-06-16 01:48:09 +0200
committergS6442015-06-16 01:48:09 +0200
commit97788f8761a63d51cafc5d51021d669b207b093a (patch)
tree8a64ee83fe8807cc84cd1e12aac61abcbad55260
parent361316c26bb911f56a33870fc796095a46a5eff9 (diff)
downloadaur-97788f8761a63d51cafc5d51021d669b207b093a.tar.gz
Fix slim-plymouth.service
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--slim-plymouth.service2
3 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c2755819adf..4bd8c5968bba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = plymouth
pkgdesc = A graphical boot splash screen with kernel mode-setting support
pkgver = 0.9.2
- pkgrel = 2
+ pkgrel = 3
url = http://www.freedesktop.org/wiki/Software/Plymouth/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 5794780b036e..362c2b7dcd39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=plymouth
pkgver=0.9.2
-pkgrel=2
+pkgrel=3
pkgdesc="A graphical boot splash screen with kernel mode-setting support"
url="http://www.freedesktop.org/wiki/Software/Plymouth/"
diff --git a/slim-plymouth.service b/slim-plymouth.service
index df3a1079c673..24ae10312ff7 100644
--- a/slim-plymouth.service
+++ b/slim-plymouth.service
@@ -5,6 +5,8 @@ After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service
[Service]
ExecStart=/usr/bin/slim -nodaemon
+Restart=always
+IgnoreSIGPIPE=no
StandardOutput=syslog
[Install]