Set the SMACK security label to run given executable file in systemd services
[platform/adaptation/bluetooth-firmware-bcm.git] / packaging / bluetooth-hci-device.service
1 [Unit]
2 Description=hciattach service for Broadcom BT/FM requested
3 StopWhenUnneeded=yes
4
5 [Service]
6 Type=oneshot
7 SmackProcessLabel=System
8 ExecStart=/usr/etc/bluetooth/bt-dev-start.sh
9 ExecStop=/usr/etc/bluetooth/bt-dev-end.sh
10 RemainAfterExit=yes
11 StandardOutput=journal+console
12 StandardError=inherit