Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Update lvm-cache.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krishjainx authored Jul 5, 2023
1 parent 8531d33 commit a1dfe63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/setup/storage/lvm-cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ variant: flatcar
version: 1.0.0
systemd:
units:
- name: nginx.service
- name: lvm-cache-setup.service
enabled: true
contents: |
[Unit]
Expand All @@ -74,7 +74,7 @@ systemd:
Type=oneshot
Restart=on-failure
RemainAfterExit=yes
ExecStart=/path/to/lvm-cache.sh
ExecStart=.../lvm-cache.sh
[Install]
WantedBy=multi-user.target
- name: llvm-cache.mount
Expand All @@ -88,10 +88,10 @@ systemd:
Type=ext4
Options=defaults
[Install]
WantedBy=multi-user.target
WantedBy=local-fs.target
storage:
files:
- path: /path/to/lvm-cache.sh
- path: .../lvm-cache.sh
mode: 0744
contents:
inline: |
Expand Down

0 comments on commit a1dfe63

Please sign in to comment.