mirror of
https://github.com/kxgx/2.13-Ink-screen-clock.git
synced 2025-12-06 14:42:48 +08:00
15 lines
291 B
Desktop File
15 lines
291 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
|
|
|
|
[Install]
|
|
WantedBy=shutdown.target
|
|
WantedBy=reboot.target
|