You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
387 B
17 lines
387 B
[Unit]
|
|
Description=xrdp daemon
|
|
Documentation=man:xrdp(8) man:xrdp.ini(5)
|
|
Requires=xrdp-sesman.service
|
|
After=network.target 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
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|