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)