Restore patch for *.service files
Thanks to Bojan Smojver.
This commit is contained in:
parent
ab7b4e9cce
commit
66c205af73
47
xrdp-0.9.1-service.patch
Normal file
47
xrdp-0.9.1-service.patch
Normal file
@ -0,0 +1,47 @@
|
||||
diff -ur xrdp-0.9.1/instfiles/xrdp.service xrdp-0.9.1.service/instfiles/xrdp.service
|
||||
--- xrdp-0.9.1/instfiles/xrdp.service 2016-12-22 09:02:47.000000000 -0800
|
||||
+++ xrdp-0.9.1.service/instfiles/xrdp.service 2017-01-19 23:35:06.000000000 -0800
|
||||
@@ -1,15 +1,11 @@
|
||||
[Unit]
|
||||
Description=xrdp daemon
|
||||
Requires=xrdp-sesman.service
|
||||
-After=syslog.target network.target xrdp-sesman.service
|
||||
+After=xrdp-sesman.service
|
||||
|
||||
[Service]
|
||||
-Type=forking
|
||||
-PIDFile=/var/run/xrdp.pid
|
||||
-EnvironmentFile=-/etc/sysconfig/xrdp
|
||||
-EnvironmentFile=-/etc/default/xrdp
|
||||
-ExecStart=/usr/sbin/xrdp $XRDP_OPTIONS
|
||||
-ExecStop=/usr/sbin/xrdp $XRDP_OPTIONS --kill
|
||||
+EnvironmentFile=/etc/sysconfig/xrdp
|
||||
+ExecStart=/usr/sbin/xrdp $XRDP_OPTIONS --nodaemon
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
diff -ur xrdp-0.9.1/instfiles/xrdp-sesman.service xrdp-0.9.1.service/instfiles/xrdp-sesman.service
|
||||
--- xrdp-0.9.1/instfiles/xrdp-sesman.service 2016-12-22 09:02:47.000000000 -0800
|
||||
+++ xrdp-0.9.1.service/instfiles/xrdp-sesman.service 2017-01-22 11:39:23.000000000 -0800
|
||||
@@ -1,16 +1,13 @@
|
||||
[Unit]
|
||||
Description=xrdp session manager
|
||||
-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
|
||||
-BindTo=xrdp.service
|
||||
+BindsTo=xrdp.service
|
||||
|
||||
[Service]
|
||||
-Type=forking
|
||||
-PIDFile=/var/run/xrdp-sesman.pid
|
||||
-EnvironmentFile=-/etc/sysconfig/xrdp
|
||||
-EnvironmentFile=-/etc/default/xrdp
|
||||
-ExecStart=/usr/sbin/xrdp-sesman $SESMAN_OPTIONS
|
||||
-ExecStop=/usr/sbin/xrdp-sesman $SESMAN_OPTIONS --kill
|
||||
+EnvironmentFile=/etc/sysconfig/xrdp
|
||||
+ExecStart=/usr/sbin/xrdp-sesman $SESMAN_OPTIONS --nodaemon
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user