Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the Linux service scripts to use systemd services instead of init.d #426

Open
natechadwick opened this issue Mar 2, 2022 · 3 comments · May be fixed by #447
Open

Update the Linux service scripts to use systemd services instead of init.d #426

natechadwick opened this issue Mar 2, 2022 · 3 comments · May be fixed by #447
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@natechadwick
Copy link
Member

Is your feature request related to a problem? Please describe.
Most current linux distributions support systemd services by default. It would be more convenient if Percussion services provided systemd scripts instead of init.d scripts.

Describe the solution you'd like
systemd instead of init.d or both options

Describe alternatives you've considered
We can create our own but the package should include them by default or as an alternative.

@natechadwick natechadwick added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Mar 2, 2022
@RishiKumarRay
Copy link

Can you tell me which files needs to be updated

@natechadwick
Copy link
Member Author

Sure! For the CMS service this script is installing the service on Linux:

system/Tools/jetty/service/install-jetty-service.sh

and for the delivery tier services, these scripts installing the production and staging dts services:

deliverytiersuite/delivery-tier-suite/delivery-tier-distribution/src/main/rootFiles/DTSProductionService.sh
deliverytiersuite/delivery-tier-suite/delivery-tier-distribution/src/main/rootFiles/DTSStagingService.sh

@RishiKumarRay
Copy link

@natechadwick can you please review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
2 participants