summaryrefslogtreecommitdiffstats
path: root/satellit_installer/static_files/tftpd/tftpd-hpa.service
blob: d825d57a15caa7928993473e20ee2e7683836f94 (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 --user tftp --foreground --address :69 --secure /srv/openslx/tftp
#User=tftp
Restart=on-failure

[Install]
WantedBy=multi-user.target