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:
8be267a
)
Correcting systemctl call for system to enable live-config.service.
author
Daniel Baumann
<daniel@debian.org>
Sat, 9 Feb 2013 07:18:40 +0000
(08:18 +0100)
committer
Daniel Baumann
<daniel@debian.org>
Sat, 9 Feb 2013 07:18:48 +0000
(08:18 +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
aa7c7e3
..
ebc8299
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
+ systemctl enable live-config
.service
fi
;;