2012-05-25 06:48:00 +00:00
|
|
|
[Unit]
|
|
|
|
Description=xrdp session manager
|
2015-05-15 05:27:00 +00:00
|
|
|
BindsTo=xrdp.service
|
|
|
|
Wants=network-online.target nss-lookup.target nss-user-lookup.target
|
|
|
|
After=network-online.target nss-lookup.target nss-user-lookup.target
|
2012-05-25 22:53:12 +00:00
|
|
|
StopWhenUnneeded=true
|
2012-05-25 06:48:00 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
EnvironmentFile=/etc/sysconfig/xrdp
|
2012-05-28 00:02:26 +00:00
|
|
|
ExecStart=/usr/sbin/xrdp-sesman $SESMAN_OPTIONS --nodaemon
|
2012-05-25 06:48:00 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|