blob: de365636627b18dc20a5e4742f6abb3e8b4410ea [file] [log] [blame]
This is to use clock_gettime() instead of gettimeofday() for start-stop-daemon. Because time-of-day can change while doing stop daemon, the timeout can happen prematurally.
In order for it to be able to compile with older kernel, manually link to -lrt if necessary.