Files
2.13-Ink-screen-clock/bin/e-Paper_clean.service
2025-01-12 00:28:27 +08:00

16 lines
305 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=/bin/bash /root/2.13-Ink-screen-clock/bin/clean.sh
RemainAfterExit=yes
TimeoutSec=10
[Install]
WantedBy=shutdown.target
WantedBy=reboot.target