1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 18:55:40 +03:00
systemd/test/path-changed.path
Ronny Chevalier bc9992978c tests: add test-path
It tests all available directives of Path units:
- PathChanged
- PathModified
- PathExists
- PathExisysGlob
- DirectoryNotEmpty
- MakeDirectory
- DirectoryMode
- Unit
2014-11-08 22:45:56 +01:00

9 lines
117 B
SYSTEMD

[Unit]
Description=Test PathChanged
[Path]
PathChanged=/tmp/test-path_changed
[Install]
WantedBy=multi-user.target