-
-
Notifications
You must be signed in to change notification settings - Fork 720
Closed
Description
Lines 539 to 541 in 5c1551e
| ( set -C; date > "${LOCKFILE}" ) 2>/dev/null || _exiterr "Lock file '${LOCKFILE}' present, aborting." | |
| remove_lock() { rm -f "${LOCKFILE}"; } | |
| trap 'remove_lock' EXIT |
dehydrated sometimes doesn't start because of stale lock files. I haven't investigated further, but I assume it happens when a server is restarted while dehydrated is running. Can be reproduced with a SIGKILL.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels