Add user and group option in systemd service files 41/144441/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 17 Aug 2017 00:40:24 +0000 (09:40 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 17 Aug 2017 00:40:24 +0000 (09:40 +0900)
Change-Id: Iba1db0459496ee459851ad5217657faea9226e74
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
packaging/bluetooth-address.service

index b634680..a723dcd 100644 (file)
@@ -8,6 +8,8 @@ ConditionPathExists=/usr/etc/bluetooth/bt-set-addr.sh
 
 [Service]
 Type=oneshot
+User=network_fw
+Group=network_fw
 SmackProcessLabel=System
 ExecStart=/usr/etc/bluetooth/bt-set-addr.sh
 RemainAfterExit=yes