17 lines
305 B
Desktop File
17 lines
305 B
Desktop File
|
|
[Unit]
|
|
Description=rtk_hciattach
|
|
DefaultDependencies=no
|
|
After=local-fs.target
|
|
Before=armbian-ramlog.target
|
|
Conflicts=shutdown.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/bash /usr/lib/armbian/jethub-rtk-hciattach-starter
|
|
RemainAfterExit=yes
|
|
TimeoutStartSec=30sec
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|