diff options
Diffstat (limited to 'test/TEST-63-PATH/TEST-63-PATH.units/test63-pr-30768.service')
-rw-r--r-- | test/TEST-63-PATH/TEST-63-PATH.units/test63-pr-30768.service | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/TEST-63-PATH/TEST-63-PATH.units/test63-pr-30768.service b/test/TEST-63-PATH/TEST-63-PATH.units/test63-pr-30768.service new file mode 100644 index 0000000..5739084 --- /dev/null +++ b/test/TEST-63-PATH/TEST-63-PATH.units/test63-pr-30768.service @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later +[Service] +ExecStart=cp -v /tmp/copyme /tmp/copied +# once cp exits, service goes into deactivating state and then runs ExecStop +ExecStop=flock -e /tmp/noexit true |