alfresco.platform.systemd_service role – Install a systemd service unit
Note
This role is part of the alfresco.platform collection (version 0.1.0-alpha.0).
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it use: ansible-galaxy collection install alfresco.platform
.
To use it in a playbook, specify: alfresco.platform.systemd_service
.
Entry point main
– Install a systemd service unit
Synopsis
This role installs a systemd service unit and starts it.
Parameters
Parameter |
Comments |
---|---|
Additional options to set for the systemd service unit Default: |
|
Whether the systemd service unit should be enabled (started on boot) Choices:
|
|
Environment variables to set for the systemd service unit Default: |
|
Command to start the systemd service unit |
|
Command to stop the systemd service unit Default: |
|
Default state of the systemd service unit Default: |
|
Type of the systemd service unit Default: |
|
List of systemd targets to start after (space separated) |
|
Description of the systemd service unit |
|
Name of the systemd service unit |
|
User to run the systemd service as |
|
Working directory for the systemd service unit Default: |