#!/bin/bash

if [[ ! -f /run/one/oned.pid && -f /run/lock/one/one ]]; then
    rm -f /run/lock/one/one
fi
