mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
12 lines
487 B
Desktop File
12 lines
487 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Unit]
|
|
Description=Test for LoadCredential=
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -x -c 'test "$$(cat %d/test-execute.load-credential)" = "foo"'
|
|
ExecStartPost=/bin/sh -x -c 'test "$$(cat %d/test-execute.load-credential)" = "foo"'
|
|
ExecStop=/bin/sh -x -c 'test "$$(cat %d/test-execute.load-credential)" = "foo"'
|
|
ExecStopPost=/bin/sh -x -c 'test "$$(cat %d/test-execute.load-credential)" = "foo"'
|
|
Type=oneshot
|
|
LoadCredential=test-execute.load-credential
|