]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/test-path/path-makedirectory.path
tests: add spdx license header to test unit/link/network/conf files
[thirdparty/systemd.git] / test / test-path / path-makedirectory.path
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2
3 [Unit]
4 Description=Test MakeDirectory & DirectoryMode
5
6 [Path]
7 DirectoryNotEmpty=/tmp/test-path_makedirectory/
8 MakeDirectory=yes
9 DirectoryMode=0744
10
11 [Install]
12 WantedBy=multi-user.target