archrelease: copy trunk to community-any
[ArchLinux/community.git] / atftp / repos / community-x86_64 / atftpd.service
blob071d8635726b7432f4f2aeefe8c1d3b609220d09
1 [Unit]
2 Description=Advanced TFTP Daemon
3 After=network.target
5 [Service]
6 EnvironmentFile=/etc/conf.d/atftpd
7 ExecStart=/usr/bin/atftpd --user=atftp.atftp --daemon --no-fork $ATFTPD_ARGS
8 User=atftp
9 AmbientCapabilities=CAP_NET_BIND_SERVICE
10 ProtectSystem=full
11 ProtectHome=on
12 PrivateDevices=on
13 NoNewPrivileges=on
15 [Install]
16 WantedBy=multi-user.target