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