mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
8 lines
181 B
SYSTEMD
8 lines
181 B
SYSTEMD
|
[Unit]
|
||
|
Description=Create some memory pressure
|
||
|
|
||
|
[Service]
|
||
|
MemoryHigh=2M
|
||
|
Slice=testsuite-56-workload.slice
|
||
|
ExecStart=/usr/lib/systemd/tests/testdata/units/testsuite-56-slowgrowth.sh
|