From 34c10968cbe3b5591b3c0ce225b8694edd9709d0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 18 Jun 2014 22:02:18 +0200 Subject: coredump: optionally store coredumps on disk, not in the journal Introduce a new configuration file /etc/systemd/coredump.conf to configure when to place coredumps in the journal and when on disk. Since the coredumps are quite large, default to storing them only on disk. --- src/sleep/sleep.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sleep') diff --git a/src/sleep/sleep.c b/src/sleep/sleep.c index 94bcb2944a..118d10c23a 100644 --- a/src/sleep/sleep.c +++ b/src/sleep/sleep.c @@ -135,6 +135,7 @@ static int execute(char **modes, char **states) { } static int help(void) { + printf("%s COMMAND\n\n" "Suspend the system, hibernate the system, or both.\n\n" "Commands:\n" -- cgit v1.2.3-54-g00ecf