projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
650f401
)
units: use SuccessAction=reboot where appropriate (#8335)
author
Lennart Poettering
<lennart@poettering.net>
Fri, 2 Mar 2018 14:41:36 +0000
(15:41 +0100)
committer
GitHub
<noreply@github.com>
Fri, 2 Mar 2018 14:41:36 +0000
(15:41 +0100)
We should really use our own native concepts for rebooting.
units/system-update-cleanup.service.in
patch
|
blob
|
history
diff --git
a/units/system-update-cleanup.service.in
b/units/system-update-cleanup.service.in
index
51399f1
..
84d16f6
100644
(file)
--- a/
units/system-update-cleanup.service.in
+++ b/
units/system-update-cleanup.service.in
@@
-32,4
+32,4
@@
ConditionPathIsSymbolicLink=|/system-update
[Service]
Type=oneshot
ExecStart=/bin/rm -fv /system-update
-
ExecStart=@SYSTEMCTL@
reboot
+
SuccessAction=
reboot