]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/tmpfiles/tmpfiles.c
tmpfiles: Add specifiers to allow running as user instance
[thirdparty/systemd.git] / src / tmpfiles / tmpfiles.c
index c49c208078c466d1f29f202e755f695c9b2664ee..4a9c55462f7a5031649a3ae5a12d19c7174914f2 100644 (file)
@@ -174,6 +174,10 @@ static const Specifier specifier_table[] = {
         { 'b', specifier_boot_id, NULL },
         { 'H', specifier_host_name, NULL },
         { 'v', specifier_kernel_release, NULL },
+
+        { 'U', specifier_user_id, NULL },
+        { 'u', specifier_user_name, NULL },
+        { 'h', specifier_user_home, NULL },
         {}
 };