This website works better with JavaScript.
Explore
Help
Sign In
uLab
/
xrdp-proprietary
mirror of
https://mirror.git.trinitydesktop.org/gitea/uLab/xrdp-proprietary
Watch
0
Star
0
Fork
You've already forked xrdp-proprietary
0
Code
Issues
Releases
Wiki
Activity
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.
fd793bd213
ulab-next-nosound
ulab-next
ulab-original
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'fd793bd213'
${ noResults }
xrdp-proprietary
/
instfiles
/
init.d
/
Makefile.am
5 lines
79 B
Raw
Normal View
History
Unescape
Escape
Changes related to integration
12 years ago
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.
10 years ago