summaryrefslogtreecommitdiffstats
path: root/satellit_installer/static_files/tftpd/etc/systemd/system/tftpd-hpa.service
blob: 741668c84bdd595423de2e8ae28e4fd9fa7bb7e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=tftpd-hpa (OpenSLX Config)
After=network.target

[Service]
ExecStart=/usr/sbin/in.tftpd --map-file /opt/openslx/tftpd-remap --user tftp --foreground --port-range 3000:4000 --address :69 --secure /srv/openslx/tftp
#User=tftp
Restart=on-failure

[Install]
WantedBy=multi-user.target