blob: c79fa8ede4cd19b51bdfbc1a077890188d4e514e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=Test Path Unit=
[Path]
PathExists=/tmp/test-path_unit
Unit=path-mycustomunit.service
[Install]
WantedBy=multi-user.target
|