Skip to content
Snippets Groups Projects
atftpd.service 345 B
Newer Older
Anatol Pomozov's avatar
Anatol Pomozov committed
[Unit]
Description=Advanced TFTP Daemon
After=network.target

[Service]
EnvironmentFile=/etc/conf.d/atftpd
ExecStart=/usr/bin/atftpd --user=atftp.atftp --daemon --no-fork $ATFTPD_ARGS
User=atftp
AmbientCapabilities=CAP_NET_BIND_SERVICE
ProtectSystem=full
ProtectHome=on
PrivateDevices=on
NoNewPrivileges=on
Anatol Pomozov's avatar
Anatol Pomozov committed

[Install]
WantedBy=multi-user.target