projects
/
platform
/
core
/
connectivity
/
bluetooth-tools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Set User:Group for edutm services as network_fw:network_fw
[platform/core/connectivity/bluetooth-tools.git]
/
packaging
/
bluetooth-edutm-off.service
1
[Unit]
2
Description=Bluetooth EDUTM off
3
4
[Service]
5
User=network_fw
6
Group=network_fw
7
Type=oneshot
8
SmackProcessLabel=System
9
10
SecureBits=keep-caps
11
Capabilities=cap_net_admin,cap_net_raw=i
12
13
ExecStart=/usr/etc/bluetooth/bt-edutm-off.sh
14
ExecStartPost=/usr/bin/systemctl stop bluetooth-edutm-on
15
StandardOutput=journal+console