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