/lib/systemd/system/powerd.service is in powerd 0.16+16.04.20160204.1-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | [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
|