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

fix: search directories on all DB servers, even if the DB-ID differs slightly

parent f627662e
No related branches found
No related tags found
No related merge requests found
Pipeline #4144 passed
......@@ -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