12 lines
208 B
SYSTEMD
12 lines
208 B
SYSTEMD
[Unit]
|
|
Description=Run HY App Monitor deploy disk cleanup daily
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 03:30:00
|
|
RandomizedDelaySec=10m
|
|
Persistent=true
|
|
Unit=hy-app-monitor-cleanup.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|