docs: Update documentation to reflect change from config/ to files/ (#283)
* docs: Update documentation to reflect change from `config/` to `files/` * docs(files): Match documentation between template & module.yml * docs(files): Add example about using subfolder * docs(files): Some small style fixes * docs: Fix `files/system` typo Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com> * docs: Fix `files/system` typo pt. 2 Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com> * chore(files): Update typespec to be compatible with legacy & new recipe Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com> --------- Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com>
This commit is contained in:
parent
3b30283a6a
commit
c0929e759c
7 changed files with 44 additions and 42 deletions
|
|
@ -4,8 +4,8 @@ The `systemd` module streamlines the management of systemd units during image bu
|
|||
|
||||
You can also include your systemd units to be copied into system directories into these locations,
|
||||
depending if your unit is `system` or `user` based:
|
||||
`config/systemd/system`
|
||||
`config/systemd/user`
|
||||
`files/systemd/system/`
|
||||
`files/systemd/user/`
|
||||
|
||||
Those units are then copied into these folders (depending on unit base):
|
||||
`/usr/lib/systemd/system`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue