mirror of
https://github.com/systemd/systemd.git
synced 2024-12-14 12:43:36 +08:00
9 lines
240 B
Desktop File
9 lines
240 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"'
|
|
Type=oneshot
|
|
SetCredential=test-execute.set-credential:hoge
|