File: tftp-proxy.service

package info (click to toggle)
tftp-proxy 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 132 kB
  • sloc: makefile: 7
file content (10 lines) | stat: -rw-r--r-- 205 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=tftp-proxy
Documentation=man:tftp-proxy(8)

[Service]
EnvironmentFile=/etc/default/tftp-proxy
ExecStart=/usr/bin/tftp-proxy -url=${url} -dir=${dir}

[Install]
WantedBy=multi-user.target