Custom systemd Unit and Unit File: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 9: Line 9:
=Overview=
=Overview=


This article describes the procedure to configure an arbitrary service <tt>myservice</tt> to be managed by <tt>systemd</tt>. It includes the creation of the unit file.
This article describes the procedure to configure an arbitrary service <tt>myservice</tt> to be managed by <tt>systemd</tt>. It includes the creation of corresponding unit file and systemd configuration to start/stop the service automatically at boot/shutdown.

Revision as of 05:19, 16 February 2016

External

Internal

Overview

This article describes the procedure to configure an arbitrary service myservice to be managed by systemd. It includes the creation of corresponding unit file and systemd configuration to start/stop the service automatically at boot/shutdown.