]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - test/test-path/path-mycustomunit.service
tests: add spdx license header to test unit/link/network/conf files
[thirdparty/systemd.git] / test / test-path / path-mycustomunit.service
index 172ac0d0d5fdf12997581be564ee2c4868b58ddd..b3924fe5ac7cc5c2f5d712e503c91fae2b218b83 100644 (file)
@@ -1,6 +1,9 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
 [Unit]
-Description=Service Test Path Unit=
+Description=Service Test Path Unit
 
 [Service]
-ExecStart=/bin/true
-Type=oneshot
+ExecStart=sleep infinity
+Type=exec
+RemainAfterExit=true