A locking wrapper script
http://code.google.com/p/withlock/
withlock is a locking wrapper script to make sure that some program isn't run more than once. It is ideal to prevent periodic jobs spawned by cron from stacking up.
The locks created are valid only while the wrapper is running, and thus will never require a cleanup, as after a reboot. Thus, the wrapper is safe and easy to use, and much better than implementing half-hearted locking within scripts.
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / withlock
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Base:System/withlock && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
fix-use-python3.patch | 0000000130 130 Bytes | |
withlock-0.5-fixboo864785.patch | 0000001027 1 KB | |
withlock-0.5.tar.gz | 0000012688 12.4 KB | |
withlock.changes | 0000002851 2.78 KB | |
withlock.spec | 0000001793 1.75 KB |
Comments 0