This unit is provided by:
- 
https:/ / packages.fedoraproject.org/ pkgs/ systemd/ systemd-journal-remote/ 
- 
https:/ / software.opensuse.org/ package/ systemd-journal-remote 
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        DynamicUser=yes
- 
        ExecStart=/lib/systemd/systemd-journal-upload --save-state
- 
        ExecStart=/usr/lib/systemd/systemd-journal-upload --save-state
- 
        LimitNOFILE=524288
- 
        LockPersonalityIntroduced in systemd 235=yes
- 
        MemoryDenyWriteExecuteIntroduced in systemd 231=yes
- 
        PrivateDevicesIntroduced in systemd 209=yes
- 
        ProtectControlGroupsIntroduced in systemd 232=yes
- 
        ProtectHomeIntroduced in systemd 214=yes
- 
        ProtectHostnameIntroduced in systemd 242=yes
- 
        ProtectKernelLogsIntroduced in systemd 244=yes
- 
        ProtectKernelModulesIntroduced in systemd 232=yes
- 
        ProtectKernelTunablesIntroduced in systemd 232=yes
- 
        ProtectProcIntroduced in systemd 247=invisible
- 
        RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
- 
        RestrictNamespacesIntroduced in systemd 233=yes
- 
        RestrictRealtimeIntroduced in systemd 231=yes
- 
        StateDirectory=systemd/journal-upload
- 
        SupplementaryGroups=systemd-journal
- 
        SystemCallArchitectures=native
- 
        User=systemd-journal-upload
- 
        WatchdogSec=3min
 
- 
        
- 
    [Unit]- 
        After=network-online.target
- 
        Description=Journal Remote Upload Service
- 
        Documentation=man:systemd-journal-upload(8)
- 
        Wants=network-online.target
 
- 
        
Additionnal notes
Nothing here.