diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-01-04 15:24:52 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-01-09 11:14:16 +0100 |
commit | 63403f07b037ea80d08b917e3d95037c9620ded5 (patch) | |
tree | 8ad79098a16c6a3dfb37c620a6c3331622862da4 /test/units/nomemleaf.service | |
parent | cocci: merge mfree.cocci and mfree_return.cocci (#30838) (diff) | |
download | systemd-63403f07b037ea80d08b917e3d95037c9620ded5.tar.xz systemd-63403f07b037ea80d08b917e3d95037c9620ded5.zip |
tests: use relative paths in ExecStart= and friends
We want to retain *some* of the full paths in order to test more code paths.
But the default should be to use the command name only. This makes the tests
less visually cluttered.
Diffstat (limited to 'test/units/nomemleaf.service')
-rw-r--r-- | test/units/nomemleaf.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/nomemleaf.service b/test/units/nomemleaf.service index 14ce5ad326..2e5c8ced02 100644 --- a/test/units/nomemleaf.service +++ b/test/units/nomemleaf.service @@ -5,6 +5,6 @@ Description=Nomem Leaf Service [Service] Slice=nomem.slice Type=oneshot -ExecStart=/bin/true +ExecStart=true IOWeight=200 MemoryAccounting=true |