This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        CapabilityBoundingSet=CAP_CHOWN CAP_DAC_OVERRIDE CAP_IPC_LOCK CAP_NET_BIND_SERVICE CAP_SETGID CAP_SETUID CAP_SYS_CHROOT
- 
        EnvironmentFile=-/etc/default/yadifa
- 
        ExecReload=/bin/kill -HUP $MAINPID
- 
        ExecStart=/usr/sbin/yadifad --nodaemon -c $YADIFA_CONF
- 
        KillMode=process
- 
        MemoryDenyWriteExecuteIntroduced in systemd 231=yes
- 
        NoNewPrivilegesIntroduced in systemd 239=yes
- 
        PrivateDevicesIntroduced in systemd 209=yes
- 
        PrivateTmp=yes
- 
        ProtectControlGroupsIntroduced in systemd 232=yes
- 
        ProtectHomeIntroduced in systemd 214=yes
- 
        ProtectKernelModulesIntroduced in systemd 232=yes
- 
        ProtectKernelTunablesIntroduced in systemd 232=yes
- 
        ProtectSystemIntroduced in systemd 214=strict
- 
        ReadOnlyPaths=/etc/yadifa
- 
        ReadWritePaths=/run /var/lib/yadifa /var/log/yadifa
- 
        RestrictRealtimeIntroduced in systemd 231=yes
- 
        Type=simple
 
- 
        
- 
    [Unit]- 
        After=network.target
- 
        Description=YADIFA Domain Name Server
- 
        Documentation=man:yadifad(8)
 
- 
        
Additionnal notes
Nothing here.