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 |