7b764b2d11b5d60bc5b8d9f231131c683bdbddf5
[platform/core/messaging/msg-service.git] / packaging / msg-server.service
1 [Unit]
2 Description=Message server
3 After=contacts-service.service lazy_mount.service
4
5 [Service]
6 Type=simple
7 User=messaging
8 Group=messaging
9 SmackProcessLabel=System
10 ExecStart=/usr/bin/msg-server
11 Restart=always
12 MemoryLimit=10M
13
14 [Install]
15 WantedBy=multi-user.target