Systemd/test/path-unit.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

10 lines
143 B
SYSTEMD

[Unit]
Description=Test Path Unit=
[Path]
PathExists=/tmp/test-path_unit
Unit=path-mycustomunit.service
[Install]
WantedBy=multi-user.target