diff --git a/rwall.spec b/rwall.spec index d89d196..b17a47f 100644 --- a/rwall.spec +++ b/rwall.spec @@ -1,7 +1,7 @@ Summary: Client for sending messages to a host's logged in users Name: rwall Version: 0.17 -Release: 33%{?dist} +Release: 34%{?dist} License: BSD Url: ftp://ftp.linux.org.uk/pub/linux/Networking/netkit/ Group: System Environment/Daemons @@ -121,6 +121,9 @@ fi %{_unitdir}/* %changelog +* Wed Aug 03 2011 Honza Horak - 0.17-34 +- added ordering dependencies to rpcbind + * Mon Aug 01 2011 Honza Horak - 0.17-33 - added systemd native unit file diff --git a/rwalld.service b/rwalld.service index 659dfec..8ab0ed1 100644 --- a/rwalld.service +++ b/rwalld.service @@ -1,6 +1,7 @@ [Unit] Description=Write Messages to Users Currently Logged in Server Requires=syslog.target network.target rpcbind.service +After=rpcbind.service [Service] Type=simple