Am 27.08.2013 18:40, schrieb Stefan G. Weichinger:
> Nearly there ... it also needs a socket ...
For the records:
# tftpd.service
[Unit]
Description=hpa's original TFTP daemon
[Service]
EnvironmentFile=/etc/conf.d/in.tftpd
ExecStart=/usr/sbin/in.tftpd ${INTFTPD_OPTS}
StandardInput=socket
StandardOutput=inherit
StandardError=journal
# tftpd.socket
[Socket]
ListenDatagram=69
[Install]
WantedBy=sockets.target
---
Next: NFS-server ;-) (for exporting stuff to the mythfrontend)
... googling again ...
Canek, how to best tell the gentoo-devs about all these files?
Filing bugs for every single file?
Stefan