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.
18 lines
451 B
18 lines
451 B
[Unit]
|
|
Description=xrdp session manager
|
|
Documentation=man:xrdp-sesman(8) man:sesman.ini(5)
|
|
After=network.target
|
|
StopWhenUnneeded=true
|
|
BindsTo=xrdp.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=@localstatedir@/run/xrdp-sesman.pid
|
|
EnvironmentFile=-@sysconfdir@/sysconfig/xrdp
|
|
EnvironmentFile=-@sysconfdir@/default/xrdp
|
|
ExecStart=@sbindir@/xrdp-sesman $SESMAN_OPTIONS
|
|
ExecStop=@sbindir@/xrdp-sesman $SESMAN_OPTIONS --kill
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|