mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
It tests all available directives of Path units: - PathChanged - PathModified - PathExists - PathExisysGlob - DirectoryNotEmpty - MakeDirectory - DirectoryMode - Unit
9 lines
140 B
SYSTEMD
9 lines
140 B
SYSTEMD
[Unit]
|
|
Description=Test DirectoryNotEmpty
|
|
|
|
[Path]
|
|
DirectoryNotEmpty=/tmp/test-path_directorynotempty/
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|