add documentation reference to the service file

This commit is contained in:
Jan Synacek 2014-02-24 13:57:39 +01:00
parent 1f86b3299f
commit 3797aeeb79
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,7 @@
[Unit]
Description=Tftp Server
Requires=tftp.socket
Documentation=man:in.tftpd
[Service]
ExecStart=/usr/sbin/in.tftpd -s /var/lib/tftpboot

View File

@ -4,7 +4,7 @@
Summary: The client for the Trivial File Transfer Protocol (TFTP)
Name: tftp
Version: 5.2
Release: 12%{?dist}
Release: 13%{?dist}
License: BSD
Group: Applications/Internet
URL: http://www.kernel.org/pub/software/network/tftp/
@ -102,6 +102,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_unitdir}/*
%changelog
* Mon Feb 24 2014 Jan Synáček <jsynacek@redhat.com> - 5.2-13
- add documentation reference to the service file
* Wed Feb 19 2014 Jan Synáček <jsynacek@redhat.com> - 5.2-12
- start socket as well when starting the service