mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-04 04:31:27 +00:00
It tests all available directives of Path units: - PathChanged - PathModified - PathExists - PathExisysGlob - DirectoryNotEmpty - MakeDirectory - DirectoryMode - Unit
11 lines
185 B
SYSTEMD
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
|