This unit is provided by:
Options
- 
    [Install]
- 
    [Service]- 
        AmbientCapabilities=CAP_KILL CAP_DAC_OVERRIDE
- 
        BusName=org.freedesktop.oom1
- 
        CapabilityBoundingSet=CAP_KILL CAP_DAC_OVERRIDE
- 
        ExecStart=/lib/systemd/systemd-oomd
- 
        ExecStart=/usr/lib/systemd/systemd-oomd
- 
        IPAddressDeny=any
- 
        LockPersonalityIntroduced in systemd 235=yes
- 
        MemoryDenyWriteExecuteIntroduced in systemd 231=yes
- 
        MemoryLow=64M
- 
        MemoryMin=64M
- 
        NoNewPrivilegesIntroduced in systemd 239=yes
- 
        OOMScoreAdjust=-900
- 
        PrivateDevicesIntroduced in systemd 209=yes
- 
        PrivateTmp=yes
- 
        ProtectClockIntroduced in systemd 245=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
- 
        ProtectSystemIntroduced in systemd 214=strict
- 
        Restart=on-failure
- 
        RestrictAddressFamilies=AF_UNIX
- 
        RestrictNamespacesIntroduced in systemd 233=yes
- 
        RestrictRealtimeIntroduced in systemd 231=yes
- 
        RestrictSUIDSGIDIntroduced in systemd 242=yes
- 
        SystemCallArchitectures=native
- 
        SystemCallErrorNumber=EPERM
- 
        SystemCallFilter=@system-service
- 
        Type=notify
- 
        User=systemd-oom
- 
        WatchdogSec=3min
 
- 
        
- 
    [Unit]- 
        After=systemd-oomd.socket
- 
        Before=multi-user.target shutdown.target
- 
        ConditionControlGroupController=v2 memory
- 
        ConditionPathExists=/proc/pressure/cpu /proc/pressure/io /proc/pressure/memory
- 
        Conflicts=shutdown.target
- 
        DefaultDependencies=no
- 
        Description=Userspace Out-Of-Memory (OOM) Killer
- 
        Documentation=man:systemd-oomd.service(8)
- 
        Requires=systemd-oomd.socket
 
- 
        
Additionnal notes
Nothing here.