Ubuntu Pastebin

Paste from Chad Smith at Tue, 28 Nov 2017 20:54:11 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
root@x13:~# systemctl list-dependencies| grep cloud
●   ├─cloud-init.target
●   │ ├─cloud-config.service
●   │ ├─cloud-final.service
●   │ ├─cloud-init-local.service
●   │ └─cloud-init.service
root@x13:~# systemctl is-enabled cloud-init.target
static
root@x13:~# systemctl status cloud-init.target
● cloud-init.target - Cloud-init target
   Loaded: loaded (/lib/systemd/system/cloud-init.target; static; vendor preset:
   Active: active since Tue 2017-11-28 20:48:53 UTC; 5min ago

Nov 28 20:48:53 x13 systemd[1]: Reached target Cloud-init target.
Download as text