repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to community-any
[ArchLinux/community.git]
/
atftp
/
repos
/
community-x86_64
/
atftpd.service
blob
071d8635726b7432f4f2aeefe8c1d3b609220d09
1
[Unit]
2
Description=Advanced TFTP Daemon
3
After=network.target
4
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
14
15
[Install]
16
WantedBy=multi-user.target