]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/bus-unit-util.c
bus-unit-util: make sure we can set LoadCredentials= property with a single string
authorLennart Poettering <lennart@poettering.net>
Thu, 14 Apr 2022 15:57:33 +0000 (17:57 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 21 Apr 2022 13:28:57 +0000 (15:28 +0200)
commit255689ae92224df2d2bd7b65fb1f566d6fda15e3
treee995f65a440554946a5c09b00f45f5f6d4008f5e
parent6a25ce43800c3beb715ed6067af9b06b341b7db5
bus-unit-util: make sure we can set LoadCredentials= property with a single string

LoadCredentials= in unit files supports a syntax passing a single string
only (in which case the credentials are propagated down from the host).
but systemd-run's --property= setting doesn't allow that yet. Fix that.
src/shared/bus-unit-util.c