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 b634680e9b801bff71b0e8b50d2974a0fef744b3..a723dcd599b9d2c368f5f47b9312459c4b2f7b59 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