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.

Resource parameters

NameDescriptionRequiredDefault
reloadWhether or not to reload systemd daemonfalsetrue

Examples

Relod systemd daemon

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