Add a delay to give /opt time to mount

This commit is contained in:
iamromulan
2024-02-25 23:13:50 -05:00
committed by GitHub
parent d8ed2fd48f
commit 0179c92213

View File

@@ -125,6 +125,8 @@ Description=Start Entware services
[Service]
Type=oneshot
# Add a delay to give /opt time to mount
ExecStartPre=/bin/sleep 5
ExecStart=/opt/etc/init.d/rc.unslung start
RemainAfterExit=yes