mirror of
https://git.proxmox.com/git/systemd
synced 2025-08-15 01:51:07 +00:00
11 lines
173 B
SYSTEMD
11 lines
173 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
[Unit]
|
|
Description=Test PathExistsGlob
|
|
|
|
[Path]
|
|
PathExistsGlob=/tmp/test-path_existsglob*
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|