chiark / gitweb /
terminal/screen: add color converter
[elogind.git] / src / shared / install.c
index 302b5237a6f8a08a0da9419e33c85a6829008261..fa064c230fdeb98de6e06bc8fb1340ae5a834a42 100644 (file)
@@ -109,7 +109,7 @@ static int get_config_path(UnitFileScope scope, bool runtime, const char *root_d
                         return -EINVAL;
 
                 if (runtime)
-                        r = user_runtime(&p);
+                        r = user_runtime_dir(&p);
                 else
                         r = user_config_home(&p);