Skip to content
Snippets Groups Projects
Verified Commit 2e4582c4 authored by Andrej Shadura's avatar Andrej Shadura
Browse files

Clean up stale pid files on start

parent 70ac63d7
Branches
No related tags found
1 merge request!21OBS SSO implementation
#!/bin/sh #!/bin/sh
# Make sure there are no stale files from previous runs # Make sure there are no stale files from previous runs
rm -rfv /run/* rm -rfv /run/* /var/cache/obs/tmp/pids/*
mkdir -m a=rwxt /run/lock mkdir -m a=rwxt /run/lock
/opt/configure-db.sh /opt/configure-db.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment