Adil
Adil

Reputation: 2538

How to create RPM package for systemd framework?

I need to create a daemon process which should be started through init.d. I have experience of creating the package and installing it with appropriate start/stop scripts managed through init.d. However recently it is being managed through systeemd. Please let me know if there is basic tutorial to understand it and how to package so that installation of RPM should be as per systemd framework.

Upvotes: 0

Views: 3934

Answers (1)

Aaron D. Marasco
Aaron D. Marasco

Reputation: 6748

Everything you need should be here on Fedora's page, under Packaging:Systemd.

Upvotes: 2

Related Questions