Ubuntu Pastebin

Paste from root at Mon, 22 Jun 2015 11:57:27 +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
  UNIT                            LOAD   ACTIVE SUB    DESCRIPTION
* powerd.service                  loaded failed failed monitor and control system power state
* ubuntu-snappy.run-hooks.service loaded failed failed Run snappy compatibility hooks

LOAD   = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB    = The low-level unit activation state, values depend on unit type.

2 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.
# /lib/systemd/system/powerd.service
[Unit]
Description=monitor and control system power state
Requires=lxc-android-config.service
After=lxc-android-config.service

[Service]
Type=dbus
BusName=com.canonical.powerd
Environment="ANDROID_ROOT=/system"
#uncomment the line below to enable debugging
#Environment=POWERD_DEBUG=1
ExecStart=/usr/bin/powerd

[Install]
WantedBy=multi-user.target
* lxc-android-config.service
   Loaded: not-found (Reason: No such file or directory)
   Active: inactive (dead)
Download as text