Skip to content

Commit 2128b13

Browse files
webinterface-onboot wait for usb0 (#794)
1 parent 7d97e17 commit 2128b13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package/webinterface-onboot/package

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ _pkgname='webinterface-onboot'
66
pkgnames=("$_pkgname")
77
pkgdesc="Start the web interface without the cable, on boot."
88
url="https://github.com/rM-self-serve/$_pkgname"
9-
pkgver=1.2.2-2
9+
pkgver=1.2.2-3
1010
timestamp=2023-12-03T11:43:00Z
1111
section="utils"
1212
maintainer="rM-self-serve <[email protected]>"

package/webinterface-onboot/webinterface-onboot-toltec.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Description=Enable the web interface on boot
33
StartLimitIntervalSec=600
44
StartLimitBurst=4
5-
After=home.mount
5+
After=home.mount sys-subsystem-net-devices-usb0.device
66

77
[Service]
88
Environment=HOME=/home/root

0 commit comments

Comments
 (0)