Ubuntu Pastebin

Paste from smoser at Tue, 17 Mar 2015 18:04:20 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
=== modified file 'systemd/cloud-config.service'
--- systemd/cloud-config.service	2013-09-20 23:04:49 +0000
+++ systemd/cloud-config.service	2015-03-17 18:00:55 +0000
@@ -6,7 +6,7 @@
 
 [Service]
 Type=oneshot
-ExecStart=/usr/bin/cloud-init modules --mode=config
+ExecStart=-/usr/bin/cloud-init modules --mode=config
 RemainAfterExit=yes
 TimeoutSec=0
 

=== modified file 'systemd/cloud-final.service'
--- systemd/cloud-final.service	2013-09-20 23:04:49 +0000
+++ systemd/cloud-final.service	2015-03-17 18:01:12 +0000
@@ -6,7 +6,7 @@
 
 [Service]
 Type=oneshot
-ExecStart=/usr/bin/cloud-init modules --mode=final
+ExecStart=-/usr/bin/cloud-init modules --mode=final
 RemainAfterExit=yes
 TimeoutSec=0
 

=== modified file 'systemd/cloud-init-local.service'
--- systemd/cloud-init-local.service	2013-09-20 23:04:49 +0000
+++ systemd/cloud-init-local.service	2015-03-17 18:02:07 +0000
@@ -5,7 +5,7 @@
 
 [Service]
 Type=oneshot
-ExecStart=/usr/bin/cloud-init init --local
+ExecStart=-/usr/bin/cloud-init init --local
 RemainAfterExit=yes
 TimeoutSec=0
 

=== modified file 'systemd/cloud-init.service'
--- systemd/cloud-init.service	2015-01-16 16:36:30 +0000
+++ systemd/cloud-init.service	2015-03-17 18:02:18 +0000
@@ -7,7 +7,7 @@
 
 [Service]
 Type=oneshot
-ExecStart=/usr/bin/cloud-init init
+ExecStart=-/usr/bin/cloud-init init
 RemainAfterExit=yes
 TimeoutSec=0
 
Download as text