This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        CapabilityBoundingSet=CAP_NET_BIND_SERVICE
- 
        DynamicUser=yes
- 
        ExecStart=/usr/bin/uptermd --ssh-addr 0.0.0.0:2222
- 
        IPAccounting=yes
- 
        IPAddressAllow=localhost
- 
        IPAddressDeny=any
- 
        NoNewPrivilegesIntroduced in systemd 239=yes
- 
        PrivateDevicesIntroduced in systemd 209=yes
- 
        PrivateTmp=yes
- 
        PrivateUsers=yes
- 
        ProtectClockIntroduced in systemd 245=yes
- 
        ProtectControlGroupsIntroduced in systemd 232=yes
- 
        ProtectHomeIntroduced in systemd 214=yes
- 
        ProtectKernelLogsIntroduced in systemd 244=yes
- 
        ProtectKernelModulesIntroduced in systemd 232=yes
- 
        ProtectKernelTunablesIntroduced in systemd 232=yes
- 
        ProtectProcIntroduced in systemd 247=invisible
- 
        ProtectSystemIntroduced in systemd 214=strict
 
- 
        
- 
    [Unit]- 
        After=network-online.target
- 
        Description=upterm secure terminal sharing
- 
        Wants=network-online.target systemd-networkd-wait-online.service
 
- 
        
Additionnal notes
Nothing here.