Loading…
None
String updated in the repository |
|
None
Source string changed |
|
Things to check
Source string description
type: delimited block -Flags
no-wrap, placeholders:r"`[\w.\/\-_=@&*:$●+~()\] ]*`"
version: {butane-latest-stable-spec}
systemd:
units:
# Installing vim as a layered package with rpm-ostree
- name: rpm-ostree-install-vim.service
enabled: true
contents: |
[Unit]
Description=Layer vim with rpm-ostree
Wants=network-online.target
After=network-online.target
# We run before `zincati.service` to avoid conflicting rpm-ostree
# transactions.
Before=zincati.service
ConditionPathExists=!/var/lib/%N.stamp
version: 1.4.0
systemd:
units:
# instalando nano como um pacote em camadas com rpm-ostree
- name: rpm-ostree-install-nano.service
enabled: true
contents: |
[Unit]
Description=Layer nano with rpm-ostree
# Nós executamos após `systemd-machine-id-commit.service` para garantir
# que serviços `ConditionFirstBoot=true` não sejam executados novamente
# na próxima inicialização.
After=systemd-machine-id-commit.service
After=network-online.target
# Nós executamos antes de `zincati.service` para evitar transações
# conflitantes do rpm-ostree.
Before=zincati.service
ConditionPathExists=!/var/lib/%N.stamp