|
|
hai 1 ano | |
|---|---|---|
| defaults | %!s(int64=3) %!d(string=hai) anos | |
| tasks | hai 1 ano | |
| README.md | %!s(int64=2) %!d(string=hai) anos |
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