Update e-Paper_clean.service

This commit is contained in:
星光-k
2025-01-12 00:28:27 +08:00
committed by GitHub
parent 6ac8e7d4b7
commit ef387ebf4b

View File

@@ -6,7 +6,6 @@ Before=reboot.target
[Service]
Type=oneshot
ExecStartPre=/bin/bash -c "while pgrep -f '/bin/bash /root/2.13-Ink-screen-clock/bin/clean.sh' > /dev/null; do sleep 1; done"
ExecStart=/bin/bash /root/2.13-Ink-screen-clock/bin/clean.sh
RemainAfterExit=yes
TimeoutSec=10