Remove the execution flag from non-executables
[platform/core/connectivity/mtp-responder.git] / mtp-responder.service
1 [Unit]
2 Description=MTP responder
3 StartLimitIntervalSec=0
4
5 [Service]
6 User=network_fw
7 Group=network_fw
8 SupplementaryGroups=priv_mediastorage priv_externalstorage
9 Type=simple
10 ExecStart=/usr/bin/mtp-responder
11 KillMode=process
12 SmackProcessLabel=System
13 USBFunctionDescriptors=/etc/mtp-responder/descs
14 USBFunctionStrings=/etc/mtp-responder/strs
15 RestartSec=3
16 Restart=on-failure