View | Details | Raw Unified | Return to bug 856389
Collapse All | Expand All

(-)systemd-210/units/systemd-hibernate.service.in (+3 lines)
Lines 11-17 Link Here
11
DefaultDependencies=no
11
DefaultDependencies=no
12
Requires=sleep.target
12
Requires=sleep.target
13
After=sleep.target
13
After=sleep.target
14
ConditionKernelCommandLine=resume
14
15
15
[Service]
16
[Service]
16
Type=oneshot
17
Type=oneshot
18
ExecStart=@rootbindir@/systemd-sleep-grub pre
17
ExecStart=@rootlibexecdir@/systemd-sleep hibernate
19
ExecStart=@rootlibexecdir@/systemd-sleep hibernate
20
ExecStopPost=@rootbindir@/systemd-sleep-grub post
(-)systemd-210/units/systemd-hybrid-sleep.service.in (+3 lines)
Lines 11-17 Link Here
11
DefaultDependencies=no
11
DefaultDependencies=no
12
Requires=sleep.target
12
Requires=sleep.target
13
After=sleep.target
13
After=sleep.target
14
ConditionKernelCommandLine=resume
14
15
15
[Service]
16
[Service]
16
Type=oneshot
17
Type=oneshot
18
ExecStart=@rootbindir@/systemd-sleep-grub pre
17
ExecStart=@rootlibexecdir@/systemd-sleep hybrid-sleep
19
ExecStart=@rootlibexecdir@/systemd-sleep hybrid-sleep
20
ExecStopPost=@rootbindir@/systemd-sleep-grub post

Return to bug 856389