summary refs log tree commit diff
path: root/service.c
diff options
context:
space:
mode:
Diffstat (limited to 'service.c')
-rw-r--r--service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/service.c b/service.c
index 35d15f3..12f465f 100644
--- a/service.c
+++ b/service.c
@@ -111,7 +111,7 @@ err:
 }
 
 static void setDeadline(struct Service *service) {
-	clock_gettime(CLOCK_MONOTONIC_FAST, &service->restartDeadline);
+	clock_gettime(CLOCK_MONOTONIC, &service->restartDeadline);
 	timespecadd(
 		&service->restartDeadline, &service->restartInterval,
 		&service->restartDeadline