summarylogtreecommitdiffstats
path: root/servicewall.install
diff options
context:
space:
mode:
authorlafleurdeboum2019-09-05 02:18:49 +0200
committerlafleurdeboum2019-09-05 02:18:49 +0200
commitebe92eab63693bd313f2d299b2256aae4447f0ce (patch)
tree327295e01b5189be689bedea75719231e77a9e45 /servicewall.install
parentc8b69fec7d4c721c8a7ca89cf1575f383b24d85b (diff)
downloadaur-ebe92eab63693bd313f2d299b2256aae4447f0ce.tar.gz
mentioned ulog.socket in post_install
Diffstat (limited to 'servicewall.install')
-rw-r--r--servicewall.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/servicewall.install b/servicewall.install
index 20340248ba45..28fcab08ce69 100644
--- a/servicewall.install
+++ b/servicewall.install
@@ -2,6 +2,7 @@
post_install() {
braise status | grep -q "enabled" || (
echo "To enable ServiceWall, issue a\n\t# braise enable";
+ echo "You might also want to systemctl enable ulog.socket";
)
}