diff options
author | Pekka Lundstrom <pekka.lundstrom@jollamobile.com> | 2013-01-02 13:41:52 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-01-04 01:11:50 +0100 |
commit | 2bef10ab3648db144c421f7765d20dbdf1afe074 (patch) | |
tree | b0d8e41b51248256d21e2af876690ecac16c255c /man/systemd.exec.xml | |
parent | 1a0fce458d3b45624c5817006735d59a5689ef83 (diff) |
Added globbing support to EnvironmentFile
This patch allows globbing to be used with EnvironmentFile option.
Example:
EnvironmentFile=/etc/foo.d/*.conf
t. Pekka
Diffstat (limited to 'man/systemd.exec.xml')
-rw-r--r-- | man/systemd.exec.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 6ca7405687..302ac43407 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -291,7 +291,7 @@ double quotes ("). The argument passed should be an absolute - file name, optionally prefixed with + file name or wildcard expression, optionally prefixed with "-", which indicates that if the file does not exist it won't be read and no error or warning message is |