summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Singer2017-05-20 06:44:03 +0200
committerFelix Singer2017-05-20 06:44:03 +0200
commit64cc723dd1abde547f88898bbd3bd86257726373 (patch)
treee6dd1c0084d0c0bd392dcd1519bc5fefa3bf6939
parent625487034c73f6ead87c733e08c6806e090dd3cf (diff)
downloadaur-64cc723dd1abde547f88898bbd3bd86257726373.tar.gz
Reload systemd after installation
-rw-r--r--murmur-snapshot-minimal.install2
1 files changed, 2 insertions, 0 deletions
diff --git a/murmur-snapshot-minimal.install b/murmur-snapshot-minimal.install
index 04aed7072820..1a793685a44e 100644
--- a/murmur-snapshot-minimal.install
+++ b/murmur-snapshot-minimal.install
@@ -7,6 +7,8 @@ post_install() {
chown -R root:murmur /etc/murmur
chmod 750 /var/lib/murmur /var/log/murmur
chmod 755 /run/murmur
+
+ systemctl daemon-reload
}
post_remove() {