Skip to content
Snippets Groups Projects
Commit f6ac4018 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: syntax for 'find -mtime'

parent 2f44b9a3
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@ Description=Cleanup Daemon for Oracle Incidents
After=network.target
[Service]
ExecStartPre=/usr/bin/find /exlibris/app/oracle/diag/rdbms/dps*/dps*/incident/ -mtime 7 -delete
ExecStart=/usr/bin/find /exlibris/app/oracle/diag/rdbms/dps*/dps*/trace/ -mtime 7 -delete
ExecStartPre=/usr/bin/find /exlibris/app/oracle/diag/rdbms/dps*/dps*/incident/ -mtime +7 -delete
ExecStart=/usr/bin/find /exlibris/app/oracle/diag/rdbms/dps*/dps*/trace/ -mtime +7 -delete
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=on-failure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment