Systemd/test/path-directorynotempty.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
140 B
SYSTEMD

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