diff options
author | Koichiro IWAO <meta@vmeta.jp> | 2018-05-29 00:30:22 +0900 |
---|---|---|
committer | Koichiro IWAO <meta@vmeta.jp> | 2018-05-30 01:27:23 +0900 |
commit | 72b508844940b72482ecbb2c837039b7c73d7f81 (patch) | |
tree | e810211448edc53fbcb6aa33c654a2d6a723493e /configure.ac | |
parent | 57015aa08862d6e7d21a04ecb6fbfde3c2cc79fd (diff) | |
download | xrdp-proprietary-72b508844940b72482ecbb2c837039b7c73d7f81.tar.gz xrdp-proprietary-72b508844940b72482ecbb2c837039b7c73d7f81.zip |
FreeBSD: separate rc script into xrdp and xrdp-sesman
to improve fscd(8)[1] compatibility. fscd(8) monitors daemons and
restarts after daemons crashed. We usually want to start, stop, and
restart xrdp and xrdp-sesman separately because restarting xrdp-sesman
means losing existing sessions. This change will enable fscd(8) not to
restart xrdp-sesman together when only xrdp daemon crashes.
Now rc.d/xrdp mainly has following commands:
* start - starts xrdp
* stop - stops xrdp
* restart - stops xrdp, then starts it again
* allstart - starts both xrdp and xrdp-sesman
* allstop - stops both
* allrestart - stops both, then start them again
* status - returns status of xrdp
rc.d/xrdp-sesman doesn't have all- prefixed commands.
[1] https://www.freshports.org/sysutils/fsc/
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions