mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-06-01 22:19:51 +08:00
11 lines
201 B
SYSTEMD
11 lines
201 B
SYSTEMD
[Unit]
|
|
Description=Timer for Spark Update Notifier
|
|
|
|
[Timer]
|
|
# 开机后第一次执行
|
|
OnBootSec=1min
|
|
# 每天执行一次
|
|
OnUnitActiveSec=1d
|
|
|
|
[Install]
|
|
WantedBy=timers.target |