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

fix: change service invocation to enable wildcard interpretation

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