mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-10-30 14:55:26 +03:00
bc9992978c
It tests all available directives of Path units: - PathChanged - PathModified - PathExists - PathExisysGlob - DirectoryNotEmpty - MakeDirectory - DirectoryMode - Unit
9 lines
127 B
SYSTEMD
9 lines
127 B
SYSTEMD
[Unit]
|
|
Description=Test PathExistsGlob
|
|
|
|
[Path]
|
|
PathExistsGlob=/tmp/test-path_existsglob*
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|