systemd-stable $v
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEXCUbX8VOsvgPQHqqxUyjNs/rVX4FAl5yd60ACgkQxUyjNs/r
VX6QlxAAiHtolvyJ5GTLVM4Se7aCPr502KdGWPqHDMETPkrKeTpSpKckZkyY+Xx1
aO8k2Yw+gzY5xXnyV1eHjugFvyZbgTg/LfqBcgkdZe6dFInpEgj1GB/+dvC4g2c7
Yaul1djlBoLtAfOs8eBHeTR7+9+EQ3eJCfm2+LH0tHutAwBz1H7Q8Xw4jyKq7WJr
MGqoHbRKO8MhxY6siW7QAC/lNji55EoAGxoGCuz2OOFajiFn4V22PvRaKI5gwLMb
RdxNyADYiAlWL+cTUKjsHuxGotoVPjBfLza9+0l5ZmAOivzgM3RvFw+3tELfTU7r
VCBWQWEqG/tGS2LmOliKGrg/L20KVf9oQOreAHXZpR3WL3StQnSUgPP3xXuCIbCb
Mv4pA2Y4f1NLm0Wp9Whl/8UWqQhV8Q0e+uiL1hBjuh9rh3YUEdo31EHQjj87UybM
q0oAwPq64sSOQ0Uat9yT5b5aQSQomNqG84Owv0e/mgRpnvguSB6iuPnbR3f8paxv
g/4VgyQC59Wiady+OOE7yV85jed4OoJ2x9OeRwjmSsJ/WgaBnT39+T38FSsELRVI
P9BoGEeaxSREqcQX+TyRQs0f4Ou1k7yCsjzCXbzf/S+cgfGLX58CepuUhC/uj02O
kE/yMWDEFNaPqS8u3qM1N/KnBzgx10jBl5/hzfvsFvA480Qdykk=
=zSPJ
-----END PGP SIGNATURE-----
docs: Add syntax for templated units to systemd.preset man page

This documents the syntax

     enable template@.service foo bar baz

that was introduced in #9901 to preset templated units.

(cherry picked from commit 1f667d8a7cff4355cd23ebebeb4d7179e3498eb8)
1 file changed
tree: bc4f0241fcc8ba403ae35dce641f1a66041c2512
  1. .ctags
  2. .dir-locals.el
  3. .editorconfig
  4. .gitattributes
  5. .github/
  6. .gitignore
  7. .lgtm.yml
  8. .lgtm/cpp-queries/
  9. .mailmap
  10. .mkosi/
  11. .travis.yml
  12. .vimrc
  13. .ycm_extra_conf.py
  14. LICENSE.GPL2
  15. LICENSE.LGPL2.1
  16. Makefile
  17. NEWS
  18. README
  19. README.md
  20. TODO
  21. azure-pipelines.yml
  22. catalog/
  23. coccinelle/
  24. configure
  25. docs/
  26. factory/etc/
  27. fuzzbuzz.yaml
  28. hwdb.d/
  29. man/
  30. meson.build
  31. meson_options.txt
  32. mkosi.build
  33. modprobe.d/
  34. network/
  35. po/
  36. presets/
  37. rules.d/
  38. semaphoreci/
  39. shell-completion/
  40. src/
  41. sysctl.d/
  42. sysusers.d/
  43. test/
  44. tmpfiles.d/
  45. tools/
  46. travis-ci/
  47. units/
  48. xorg/
  49. zanata.xml
README.md

Systemd

System and Service Manager

Semaphore CI Build Status
Coverity Scan Status
Fuzzit Status
OSS-Fuzz Status
CII Best Practices
Travis CI Build Status
Language Grade: C/C++
CentOS CI Build Status
Build Status

Details

General information about systemd can be found in the systemd Wiki.

Information about build requirements is provided in the README file.

Consult our NEWS file for information about what's new in the most recent systemd versions.

Please see the Hacking guide for information on how to hack on systemd and test your modifications.

Please see our Contribution Guidelines for more information about filing GitHub Issues and posting GitHub Pull Requests.

When preparing patches for systemd, please follow our Coding Style Guidelines.

If you are looking for support, please contact our mailing list or join our IRC channel.

Stable branches with backported patches are available in the stable repo.