Modify service file
[platform/core/appfw/data-provider-master.git] / packaging / data-provider-master.service
1 [Unit]
2 Description=Data Provider Master
3 Requires=dbus.socket
4 After=dbus.socket
5 DefaultDependencies=no
6
7 [Service]
8 User=app_fw
9 Group=app_fw
10 BusName=org.tizen.data_provider_service
11 Type=dbus
12 SmackProcessLabel=System
13 Capabilities=cap_dac_override=i
14 SecureBits=keep-caps
15 Environment=AUL_BLINK=1
16 ExecStartPre=/usr/bin/bash -c 'LD_PRELOAD=libaul-blink.so.0 /etc/notification/upgrade.sh'
17 ExecStart=/usr/bin/data-provider-master
18 TimeoutStopSec=3s
19 Restart=on-failure
20 RestartSec=0
21
22 [Install]
23 WantedBy=multi-user.target