X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Ftimer.c;fp=src%2Fcore%2Ftimer.c;h=e69dfbd1e4f561d457bce3edc818172e5ad3102e;hb=bd34b310fb28249e6cb76de049c24bfee1f4ba4d;hp=6f2deda21f60f97fd3ddf9c7e00ffb1d9153ac71;hpb=8ac8c5817fc1c647ac85e81b1f7ee69b99f819b0;p=elogind.git diff --git a/src/core/timer.c b/src/core/timer.c index 6f2deda21..e69dfbd1e 100644 --- a/src/core/timer.c +++ b/src/core/timer.c @@ -131,7 +131,7 @@ static int timer_setup_persistent(Timer *t) { e = getenv("XDG_DATA_HOME"); if (e) - t->stamp_path = strjoin(e, "/systemd/timers/", UNIT(t)->id, NULL); + t->stamp_path = strjoin(e, "/systemd/timers/stamp-", UNIT(t)->id, NULL); else { _cleanup_free_ char *h = NULL;