Fabian Peter Hammerle 65268a9f61 fix: do not skip unit config when `systemd_unit_config` contains undefined variable, fail instead | 3 months ago | |
---|---|---|
defaults | 3 months ago | |
tasks | 3 months ago | |
README.md | 1 year ago |
systemd_unit_name: some.service
systemd_unit_scope: global # "system" (default), "global" or "user"
systemd_unit_config: |
[Unit]
Description=…
# …
systemd_unit_dropin_config_name: custom # default: "override"
systemd_unit_dropin_config: |
[Service]
LogLevelMax=notice
# …
systemd_unit_state: started
systemd_unit_enabled: yes
systemd_unit_restart_if_active: no
systemd_unit_config_changed
For systemd_unit_scope == "global"
the following features are not yet supported:
automatic daemon reloads, changing unit's state and enabling/disabling units