summarylogtreecommitdiffstats
path: root/tftpd.service
blob: 0318afe9e8166278de7e7d14ad93d5ff617f0cbd (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=hpa's original TFTP daemon
After=network.target

[Service]
Type=forking
EnvironmentFile=/etc/conf.d/tftpd
ExecStart=/usr/bin/in.tftpd --listen $TFTPD_ARGS

[Install]
WantedBy=multi-user.target