mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 06:52:22 +03:00
10 lines
135 B
SYSTEMD
10 lines
135 B
SYSTEMD
|
[Unit]
|
||
|
Description=Nomem Leaf Service
|
||
|
|
||
|
[Service]
|
||
|
Slice=nomem.slice
|
||
|
Type=oneshot
|
||
|
ExecStart=/bin/true
|
||
|
IOWeight=200
|
||
|
MemoryAccounting=true
|