Skip to content

Systemd Daemon

The builtin.systemd_daemon resource allows you to easily reload the systemd daemon, when you modify or add a new .service unit file.

Parameters

NameDescriptionRequiredDefault
reloadWhether or not to reload systemd daemonfalsetrue

Examples

Relod systemd daemon

yaml
- title: "Reload systemd daemon"
  type: "builtin.systemd_daemon"
  present: true
  parameters:
    reload: true