This website requires JavaScript.
Explore
Help
Sign In
jh163888
/
xrdp
Watch
1
Star
0
Fork
0
You've already forked xrdp
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
ea0aba4ae3
xrdp
/
instfiles
/
init.d
/
Makefile.am
5 lines
79 B
Makefile
Raw
Normal View
History
Unescape
Escape
Changes related to integration
2013-03-19 06:06:10 +08:00
EXTRA_DIST
=
xrdp
startscriptdir
=
$(
sysconfdir
)
/init.d
startscript_DATA
=
xrdp
instfiles: init.d/xrdp shouldn't be installed on systemd system On systemd system, at least CentOS 7, `service foo start` command works as wrapper of `systemctl start foo`. However, xrdp installs init script into /etc/init.d/xrdp. This script is not necessary for systemd system, and, what is worse, if init.d/xrdp exists, `service xrdp start` works as wrapper to run init.d/xrdp. Maybe this is inconvinient for many users.
2015-04-13 10:50:39 +08:00
Reference in New Issue
Copy Permalink