The shutdown integration is not quite right:
[Unit]
Description=pi desktop experience poweroff service
DefaultDependencies=no
Before=poweroff.target
[Service]
Type=oneshot
ExecStart=/usr/bin/python -u /usr/share/pdx/python/pdx-poweroff.py
[Install]
WantedBy=poweroff.target
Any systemd expert who can help me get this right would be appreciated!
The shutdown integration is not quite right:
Any systemd expert who can help me get this right would be appreciated!