Lines Matching refs:journal
35 #include "journal-upload.h"
44 #define PRIV_KEY_FILE CERTIFICATE_ROOT "/private/journal-upload.pem"
45 #define CERT_FILE CERTIFICATE_ROOT "/certs/journal-upload.pem"
67 #define STATE_FILE "/var/lib/systemd/journal-upload/state"
197 h = curl_slist_append(NULL, "Content-Type: application/vnd.fdo.journal");
255 "systemd-journal-upload " PACKAGE_STRING,
542 return config_parse_many(PKGSYSCONFDIR "/journal-upload.conf",
543 CONF_PATHS_NULSTR("systemd/journal-upload.conf.d"),
550 "Upload journal events to a remote server.\n\n"
561 " --system Use the system journal\n"
562 " --user Use the user journal for the current user\n"
565 " -D --directory=PATH Use journal files from directory\n"
566 " --file=PATH Use this journal file\n"
760 log_error("Input arguments make no sense with journal input.");
780 arg_directory ? arg_directory : arg_file ? "files" : "journal");
841 if (!u.journal)