live-systems.org/gitweb
/
live-config.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f689b07
)
Calling systemctl with --quiet.
author
Daniel Baumann
<daniel@debian.org>
Fri, 15 Feb 2013 08:30:40 +0000
(09:30 +0100)
committer
Daniel Baumann
<daniel@debian.org>
Fri, 15 Feb 2013 08:30:40 +0000
(09:30 +0100)
debian/live-config-systemd.postinst
patch
|
blob
|
blame
|
history
diff --git
a/debian/live-config-systemd.postinst
b/debian/live-config-systemd.postinst
index
ebc8299
..
1ed5df7
100644
(file)
--- a/
debian/live-config-systemd.postinst
+++ b/
debian/live-config-systemd.postinst
@@
-6,7
+6,7
@@
case "${1}" in
configure)
if [ -x /bin/systemctl ]
then
- systemctl enable live-config.service
+ systemctl enable
--quiet
live-config.service
fi
;;