1
0
forked from rpms/rpcbind

Create a systemd dependency for tmpfiles-setup.service (bz 1401561)

Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
Steve Dickson 2017-01-23 13:40:39 -05:00
parent 86d0c100fa
commit bf961fc8ac
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,8 @@
[Unit] [Unit]
Description=RPC bind service Description=RPC bind service
Requires=rpcbind.socket Requires=rpcbind.socket
Wants=systemd-tmpfiles-setup.service
After=systemd-tmpfiles-setup.service
[Service] [Service]
Type=forking Type=forking

View File

@ -1,6 +1,6 @@
Name: rpcbind Name: rpcbind
Version: 0.2.4 Version: 0.2.4
Release: 2%{?dist} Release: 3%{?dist}
Summary: Universal Addresses to RPC Program Number Mapper Summary: Universal Addresses to RPC Program Number Mapper
Group: System Environment/Daemons Group: System Environment/Daemons
License: BSD License: BSD
@ -135,6 +135,9 @@ fi
%{_tmpfilesdir}/%{name}.conf %{_tmpfilesdir}/%{name}.conf
%changelog %changelog
* Mon Jan 23 2017 Steve Dickson <steved@redhat.com> - 0.2.4-3
- Create a systemd dependency for tmpfiles-setup.service (bz 1401561)
* Mon Jan 16 2017 Steve Dickson <steved@redhat.com> - 0.2.4-2 * Mon Jan 16 2017 Steve Dickson <steved@redhat.com> - 0.2.4-2
- Document /run/rpcbind is the state directory (bz 1401561) - Document /run/rpcbind is the state directory (bz 1401561)