Hopefully better service dependencies.
This commit is contained in:
parent
ae76cf704d
commit
cfb3ac7ea3
@ -1,7 +1,8 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=xrdp session manager
|
Description=xrdp session manager
|
||||||
BindTo=xrdp.service
|
BindsTo=xrdp.service
|
||||||
After=syslog.target network.target
|
Wants=network-online.target nss-lookup.target nss-user-lookup.target
|
||||||
|
After=network-online.target nss-lookup.target nss-user-lookup.target
|
||||||
StopWhenUnneeded=true
|
StopWhenUnneeded=true
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=xrdp daemon
|
Description=xrdp daemon
|
||||||
Requires=xrdp-sesman.service
|
Requires=xrdp-sesman.service
|
||||||
After=syslog.target network.target xrdp-sesman.service
|
After=xrdp-sesman.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
EnvironmentFile=/etc/sysconfig/xrdp
|
EnvironmentFile=/etc/sysconfig/xrdp
|
||||||
|
@ -2,7 +2,7 @@ Summary: Open source remote desktop protocol (RDP) server
|
|||||||
Name: xrdp
|
Name: xrdp
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 0.6.1
|
Version: 0.6.1
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
License: GPLv2+ with exceptions
|
License: GPLv2+ with exceptions
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: http://xrdp.sourceforge.net/
|
URL: http://xrdp.sourceforge.net/
|
||||||
@ -183,6 +183,9 @@ fi
|
|||||||
%attr(0600,root,root) %verify(not size md5 mtime) %{_sysconfdir}/xrdp/rsakeys.ini
|
%attr(0600,root,root) %verify(not size md5 mtime) %{_sysconfdir}/xrdp/rsakeys.ini
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 15 2015 Bojan Smojver <bojan@rexursive.com> - 1:0.6.1-9
|
||||||
|
- hopefully better service dependencies
|
||||||
|
|
||||||
* Thu Apr 23 2015 Dan Horák <dan[at]danny.cz> - 1:0.6.1-8
|
* Thu Apr 23 2015 Dan Horák <dan[at]danny.cz> - 1:0.6.1-8
|
||||||
- fix upgrade path after the 0.8 bump in 2014-09 by adding Epoch
|
- fix upgrade path after the 0.8 bump in 2014-09 by adding Epoch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user