chiark / gitweb /
logind: hook up PAM module with logind
[elogind.git] / src / uaccess.c
index e55ab51f344e63d120a7d86b80242f393f9538de..524e4f0032f2aa2d3046055940bf04509254ac7b 100644 (file)
@@ -45,7 +45,7 @@ int main(int argc, char *argv[]) {
         path = argv[1];
         seat = argv[2];
 
-        p = strappend("/run/systemd/seat/", seat);
+        p = strappend("/run/systemd/seats/", seat);
         if (!p) {
                 log_error("Out of memory.");
                 goto finish;