14 lines
294 B
SYSTEMD
14 lines
294 B
SYSTEMD
# 续费提醒每日检查定时器(每天早上 9 点)
|
|
# 部署位置:/etc/systemd/system/vps-renewal-check.timer
|
|
|
|
[Unit]
|
|
Description=Daily renewal check and notification
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 09:00:00
|
|
Persistent=true
|
|
Unit=vps-renewal-check.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|