This unit is provided by:
Options
- 
    [Install]- 
        Also=tftp.socket
 
- 
        
- 
    [Service]- 
        EnvironmentFile=/etc/sysconfig/tftp
- 
        ExecStart=/usr/sbin/in.tftpd -s /var/lib/tftpboot
- 
        ExecStart=/usr/sbin/in.tftpd -u $TFTP_USER -s $TFTP_OPTIONS $TFTP_DIRECTORY
- 
        PrivateDevicesIntroduced in systemd 209=yes
- 
        ProtectControlGroupsIntroduced in systemd 232=yes
- 
        ProtectHomeIntroduced in systemd 214=read-only
- 
        ProtectHostnameIntroduced in systemd 242=yes
- 
        ProtectKernelLogsIntroduced in systemd 244=yes
- 
        ProtectKernelModulesIntroduced in systemd 232=yes
- 
        ProtectKernelTunablesIntroduced in systemd 232=yes
- 
        ProtectSystemIntroduced in systemd 214=full
- 
        RestrictRealtimeIntroduced in systemd 231=yes
- 
        StandardInput=socket
 
- 
        
- 
    [Unit]- 
        After=network.target
- 
        Description=Tftp Server
- 
        Documentation=man:in.tftpd
- 
        Requires=tftp.socket
- 
        Wants=network.target
 
- 
        
Additionnal notes
Nothing here.