blob: b92254a8143e84976db4f95ff9ba3a9763076788 (
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 --address :69 --secure /srv/openslx/tftp
#User=tftp
Restart=on-failure
[Install]
WantedBy=multi-user.target
|