Files
2.13-Ink-screen-clock/bin/e-Paper_clean.service
2025-01-10 22:00:48 +08:00

15 lines
298 B
Desktop File

[Unit]
Description=Run e-Paper clean on shutdown and reboot
DefaultDependencies=no
Before=shutdown.target
Before=reboot.target
[Service]
Type=oneshot
ExecStart=/usr/bin/python3 /root/2.13-Ink-screen-clock/bin/clean.py
RemainAfterExit=yes
[Install]
WantedBy=shutdown.target
WantedBy=reboot.target