diff options
Diffstat (limited to 'test/test-path/path-modified.service')
-rw-r--r-- | test/test-path/path-modified.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/test-path/path-modified.service b/test/test-path/path-modified.service new file mode 100644 index 0000000..c7e6b48 --- /dev/null +++ b/test/test-path/path-modified.service @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + +[Unit] +Description=Service Test for Path units + +[Service] +ExecStart=sleep infinity +Type=exec +RemainAfterExit=true |