1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 10:25:06 +03:00
systemd-stable/test/path-makedirectory.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

11 lines
185 B
SYSTEMD

[Unit]
Description=Test MakeDirectory & DirectoryMode
[Path]
DirectoryNotEmpty=/tmp/test-path_makedirectory/
MakeDirectory=yes
DirectoryMode=0744
[Install]
WantedBy=multi-user.target