xrdp-next/xrdp-sesman.service

14 lines
365 B
SYSTEMD
Raw Normal View History

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
StopWhenUnneeded=true
2012-05-25 06:48:00 +00:00
[Service]
EnvironmentFile=/etc/sysconfig/xrdp
ExecStart=/usr/sbin/xrdp-sesman $SESMAN_OPTIONS --nodaemon
2012-05-25 06:48:00 +00:00
[Install]
WantedBy=multi-user.target