10 lines
131 B
SYSTEMD
10 lines
131 B
SYSTEMD
[Unit]
|
|
Description=Remove Old gocd logs
|
|
After=local-fs.target
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 01:07:00
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|