| |
| |
| |
| |
| |
| |
| |
| |
|
|
| [Unit] |
| Description=Journal Remote Upload Service |
| Documentation=man:systemd-journal-upload(8) |
| Wants=network-online.target |
| After=network-online.target |
|
|
| [Service] |
| ExecStart=@rootlibexecdir@/systemd-journal-upload --save-state |
| User=systemd-journal-upload |
| DynamicUser=yes |
| SupplementaryGroups=systemd-journal |
| WatchdogSec=3min |
| PrivateDevices=yes |
| ProtectHome=yes |
| ProtectControlGroups=yes |
| ProtectKernelTunables=yes |
| ProtectKernelModules=yes |
| MemoryDenyWriteExecute=yes |
| RestrictRealtime=yes |
| RestrictNamespaces=yes |
| RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 |
| SystemCallArchitectures=native |
| LockPersonality=yes |
| StateDirectory=systemd/journal-upload |
| |
| |
| |
| LimitNOFILE=16384 |
|
|
| [Install] |
| WantedBy=multi-user.target |