17 lines
305 B
SYSTEMD
17 lines
305 B
SYSTEMD
|
|
||
|
[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
|