service: Set MemoryLimit to 20MB
[platform/core/system/storaged.git] / systemd / storaged.service
1 [Unit]
2 Description=System storage daemon
3 Requires=dbus.socket
4 Wants=wait-mount@opt-usr.service
5 After=wait-mount@opt-usr.service dbus.service
6
7 [Service]
8 Type=notify
9 SmackProcessLabel=System::Privileged
10 ExecStart=/usr/bin/storaged
11 Restart=always
12 RestartSec=0
13 KillSignal=SIGUSR1
14 MemoryLimit=20M
15
16 [Install]
17 WantedBy=delayed.target