mirror of
https://git.proxmox.com/git/systemd
synced 2025-08-17 02:35:24 +00:00
13 lines
231 B
SYSTEMD
13 lines
231 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
[Unit]
|
|
Description=Test MakeDirectory & DirectoryMode
|
|
|
|
[Path]
|
|
DirectoryNotEmpty=/tmp/test-path_makedirectory/
|
|
MakeDirectory=yes
|
|
DirectoryMode=0744
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|