freepbx-tftp-server.service 271 B

1234567891011121314
  1. [Unit]
  2. Description=FreePBX tftp server
  3. After=network.target
  4. [Service]
  5. Type=simple
  6. Restart=on-failure
  7. RestartSec=10
  8. WorkingDirectory=/opt/freepbx-tftp-server
  9. ExecStart=/opt/freepbx-tftp-server/freepbx-tftp-server -workdir=/tftpboot
  10. [Install]
  11. WantedBy=multi-user.target