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
386 B
17 lines
386 B
[Unit]
|
|
Description=xrdp session manager
|
|
After=syslog.target network.target
|
|
StopWhenUnneeded=true
|
|
BindTo=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
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|