[Lunar-commits] <moonbase-core> systemd: output format changed, fixed systemd.plugin
Stefan Wold
ratler at lunar-linux.org
Sat Aug 23 14:31:36 CEST 2014
commit 393c8d68e2f7da079de5d3b0f0c7654e8730d3fd
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun, 17 Aug 2014 12:45:03 +0200
URL: https://github.com/lunar-linux/moonbase-core/commit/393c8d68e2f7da079de5d3b0f0c7654e8730d3fd
systemd: output format changed, fixed systemd.plugin
---
system/systemd/plugin.d/systemd.plugin | +1/-1
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/system/systemd/plugin.d/systemd.plugin
+++ b/system/systemd/plugin.d/systemd.plugin
@@ -102,7 +102,7 @@ plugin_systemd_post_build()
# Necessary to track enabled services with installwatch
# due to how systemctl creates symlinks
- TOUCHME=$(systemctl enable $SERVICE 2>&1 | cut -d\' -f4)
+ TOUCHME=$(systemctl enable $SERVICE 2>&1 | cut -d' ' -f4)
if [ -n "$TOUCHME" ]; then
touch -h $TOUCHME
fi
More information about the Lunar-commits
mailing list