The MemoryLimit option is marked as deprecated in systemd and needs to
be changed to MemoryMax in unit files.
Change-Id: I7bfe6f8d0650ee68f7502fdc7d852ab7448c1c4c
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
ExecStart=/usr/bin/pushd
Restart=on-failure
RestartSec=1
-MemoryLimit=10M
+MemoryMax=10M
User=service_fw
Group=service_fw
ExecStart=/usr/bin/pushd
Restart=on-failure
RestartSec=1
-MemoryLimit=10M
+MemoryMax=10M
User=service_fw
Group=service_fw
[Service]
-MemoryLimit=64M
+MemoryMax=64M
ExecStart=/usr/bin/pushd
Restart=on-failure
RestartSec=1
-MemoryLimit=10M
+MemoryMax=10M
User=service_fw
Group=service_fw