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:
parent
86d0c100fa
commit
bf961fc8ac
@ -1,6 +1,8 @@
|
||||
[Unit]
|
||||
Description=RPC bind service
|
||||
Requires=rpcbind.socket
|
||||
Wants=systemd-tmpfiles-setup.service
|
||||
After=systemd-tmpfiles-setup.service
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: rpcbind
|
||||
Version: 0.2.4
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Universal Addresses to RPC Program Number Mapper
|
||||
Group: System Environment/Daemons
|
||||
License: BSD
|
||||
@ -135,6 +135,9 @@ fi
|
||||
%{_tmpfilesdir}/%{name}.conf
|
||||
|
||||
%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
|
||||
- Document /run/rpcbind is the state directory (bz 1401561)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user