diff options
Diffstat (limited to 'test/test-path/path-existsglob.path')
-rw-r--r-- | test/test-path/path-existsglob.path | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/test-path/path-existsglob.path b/test/test-path/path-existsglob.path new file mode 100644 index 0000000..7c0d897 --- /dev/null +++ b/test/test-path/path-existsglob.path @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + +[Unit] +Description=Test PathExistsGlob + +[Path] +PathExistsGlob=/tmp/test-path_existsglob* + +[Install] +WantedBy=multi-user.target |