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.
Tomas Kelemen 95db0ec070 add GPi safe shutdown + dependencies
Co-authored-by: David Lawson <dmrlawson@gmail.com>
Co-authored-by: Albert Malina <albert.malina@gmail.com>
2021-10-06 21:36:55 +02:00

13 lines
195 B
Desktop File
Executable File

[Unit]
Description=GPICase safe shutdown
[Service]
ExecStart=/usr/bin/safeshutdown_gpi.py
TimeoutStopSec=5
Restart=always
RestartSec=5
StartLimitInterval=0
[Install]
WantedBy=multi-user.target