mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-13 13:17:43 +03:00
timesyncd: add comment what bool arg is
This commit is contained in:
parent
853efc39ea
commit
0fd08026f8
@ -63,7 +63,7 @@ static int load_clock_timestamp(uid_t uid, gid_t gid) {
|
||||
}
|
||||
|
||||
/* create stamp file with the compiled-in date */
|
||||
r = touch_file(CLOCK_FILE, false, min, uid, gid, 0644);
|
||||
r = touch_file(CLOCK_FILE, /* parents= */ false, min, uid, gid, 0644);
|
||||
if (r < 0)
|
||||
log_debug_errno(r, "Failed to create %s, ignoring: %m", CLOCK_FILE);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user