This unit is provided by:
Options
- 
    [Install]
- 
    [Service]- 
        CPUAccounting=yes
- 
        CPUQuota=5%
- 
        CPUSchedulingPolicy=fifo
- 
        CPUSchedulingPriority=20
- 
        CapabilityBoundingSet=CAP_SYS_ADMIN CAP_SYS_MODULE
- 
        DeviceAllow=block-blkext r block-device-mapper r block-loop rw block-sd r block-virtblk rw block-zram rw
- 
        ExecStart=/usr/bin/systemd-swap start
- 
        ExecStop=/usr/bin/systemd-swap stop
- 
        ExecStop=/usr/bin/systemd-swap stop
- 
        MemoryHigh=16M
- 
        MemoryMax=64M
- 
        Nice=-19
- 
        NoNewPrivilegesIntroduced in systemd 239=yes
- 
        NotifyAccess=main
- 
        OOMScoreAdjust=-1000
- 
        PrivateNetwork=yes
- 
        ProtectClockIntroduced in systemd 245=yes
- 
        ProtectControlGroupsIntroduced in systemd 232=yes
- 
        ProtectHomeIntroduced in systemd 214=read-only
- 
        ProtectHomeIntroduced in systemd 214=yes
- 
        ProtectHostnameIntroduced in systemd 242=yes
- 
        ProtectKernelLogsIntroduced in systemd 244=yes
- 
        ProtectSystemIntroduced in systemd 214=full
- 
        RemainAfterExit=yes
- 
        RestrictNamespacesIntroduced in systemd 233=yes
- 
        RestrictSUIDSGIDIntroduced in systemd 242=yes
- 
        SystemCallArchitectures=native
- 
        SystemCallErrorNumber=EPERM
- 
        SystemCallFilter=@system-service @swap @module
- 
        TimeoutStopSecIntroduced in systemd 188=600
- 
        Type=notify
 
- 
        
- 
    [Unit]- 
        After=local-fs.target
- 
        Description=Manage swap spaces on zram, files and partitions.
- 
        RequiresMountsFor=/ /sys /var
 
- 
        
Additionnal notes
Nothing here.