aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/update-motd.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/update-motd.service b/system/update-motd.service
index 01871b0..a821688 100644
--- a/system/update-motd.service
+++ b/system/update-motd.service
@@ -11,7 +11,7 @@ ExecStart=/usr/bin/sh -c 'echo "Package updates available:" >> /tmp/motd'
ExecStart=-/usr/bin/sh -c 'pacman -Qu >> /tmp/motd'
ExecStart=/usr/bin/sh -c 'echo >> /tmp/motd'
ExecStart=/usr/bin/sh -c 'echo "Security updates needed:" >> /tmp/motd'
-ExecStart=/usr/bin/sh -c 'if [ -x /usr/bin/arch-audit ]; then arch-audit -uf "%n|%c" >> /tmp/motd ; else echo "Install arch-audit from AUR!" >> /tmp/motd ; fi'
+ExecStart=/usr/bin/sh -c 'if [ -x /usr/bin/arch-audit ]; then arch-audit -uf "%n|%c" >> /tmp/motd ; else echo "Install arch-audit from AUR." >> /tmp/motd ; fi'
ExecStart=/usr/bin/sh -c 'if [ -x /usr/bin/lolcat ] ; then lolcat /tmp/motd > /etc/motd ; else mv /tmp/motd /etc/motd ; fi'
PrivateDevices=yes
PrivateTmp=yes