Update package version to 1.2.12
[platform/core/uifw/capi-ui-sticker.git] / packaging / capi-ui-sticker.service
1 [Unit]
2 Description=Start the sticker server
3
4 [Service]
5 User=ui_fw
6 Group=ui_fw
7 BusName=org.tizen.sticker.server
8 Type=dbus
9 SmackProcessLabel=System
10 ExecStart=/usr/bin/sticker-server
11 Restart=on-failure
12 RestartSec=2
13
14 [Install]
15 WantedBy=multi-user.target