light-bt.service 196 B

1234567891011
  1. [Unit]
  2. Description=Light Bluetooth
  3. After=network.target
  4. ConditionPathIsDirectory=/sys/class/bluetooth
  5. [Service]
  6. Type=forking
  7. ExecStart=/etc/bt-init.sh start
  8. [Install]
  9. WantedBy=multi-user.target