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
414 B
17 lines
414 B
8 years ago
|
[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=@localstatedir@/run/xrdp.pid
|
||
|
EnvironmentFile=-@sysconfdir@/sysconfig/xrdp
|
||
|
EnvironmentFile=-@sysconfdir@/default/xrdp
|
||
|
ExecStart=@sbindir@/xrdp $XRDP_OPTIONS
|
||
|
ExecStop=@sbindir@/xrdp $XRDP_OPTIONS --kill
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|