Skip to content
This repository was archived by the owner on Jun 25, 2026. It is now read-only.

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

Open
RishiKumarRay wants to merge 1 commit into
percussion:developmentfrom
RishiKumarRay:fix/systemd
Open

Update the Linux service scripts to use systemd services instead of init.d#447
RishiKumarRay wants to merge 1 commit into
percussion:developmentfrom
RishiKumarRay:fix/systemd

Conversation

@RishiKumarRay

Copy link
Copy Markdown

Fixed #426

@CLAassistant

CLAassistant commented Mar 2, 2022

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@natechadwick natechadwick left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RishiKumarRay
I am not sure that this is the right approach. After changing these scripts, existing installs wouldn't be able to uninstall or install the existing services that are using init.d. Also these start scripts copy shell scripts that are based on init.d format. It may be cleaner to create 3 separate service instal shell scripts for systemd that handles install / uninstall of equivalent systemd service units.

https://www.digitalocean.com/community/tutorials/understanding-systemd-units-and-unit-files

The existing scripts could also be used if we added a prompt for if they want systemd or init.d - but may be easier to just have like install-jetty-service-systemd.sh as a seperate script for example.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

3 participants