mirror of
https://git.proxmox.com/git/systemd
synced 2025-08-14 21:09:01 +00:00
11 lines
160 B
SYSTEMD
11 lines
160 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
[Unit]
|
|
Description=Test PathExists
|
|
|
|
[Path]
|
|
PathExists=/tmp/test-path_exists
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|