]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/home/home-util.h
homed: add env var to override dir where we fine stored user records
[thirdparty/systemd.git] / src / home / home-util.h
index f7bf637dd2ea215372daf90fd0dda321b8dd56ff..5e633ea4af4312059779f81c69f83aae487ed881 100644 (file)
@@ -25,3 +25,5 @@ int bus_message_append_secret(sd_bus_message *m, UserRecord *secret);
 /* Many of our operations might be slow due to crypto, fsck, recursive chown() and so on. For these
  * operations permit a *very* long timeout */
 #define HOME_SLOW_BUS_CALL_TIMEOUT_USEC (2*USEC_PER_MINUTE)
+
+const char *home_record_dir(void);