chiark / gitweb /
shutdown: accept minutes argument without '+'
[elogind.git] / src / shutdownd.c
index 8f765b45172388d89076a527ef81d4522636e3b2..13819417c3f5da1047aad14c5b9c129a909b894c 100644 (file)
@@ -320,7 +320,7 @@ int main(int argc, char *argv[]) {
 
                         log_info("Creating /run/nologin, blocking further logins...");
 
-                        if ((e = write_one_line_file("/run/nologin", "System is going down.")) < 0)
+                        if ((e = write_one_line_file_atomic("/run/nologin", "System is going down.")) < 0)
                                 log_error("Failed to create /run/nologin: %s", strerror(-e));
                         else
                                 unlink_nologin = true;