1
0
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
Tomáš Kelemen (vudiq) 316a7e493c xbox360-controllers-shutdown: utility to turn off controllers on shutdown
Co-authored-by: spleen1981 <43221199+spleen1981@users.noreply.github.com>
2022-03-02 16:42:34 +01:00

15 lines
315 B
Desktop File

[Unit]
Description=xbox360-controllers-shutdown
DefaultDependencies=no
Conflicts=reboot.target
Before=poweroff.target halt.target shutdown.target
Requires=poweroff.target shutdown.target
[Service]
Type=oneshot
ExecStart=/usr/bin/xbox360-controllers-shutdown
RemainAfterExit=yes
[Install]
WantedBy=shutdown.target