Linus Torvalds releases Linux 6.19-rc8. With tiny patches and stable stats, the kernel is on track for its final stable 6.19 release on 8 February.
More details here: https://ostechnix.com/linux-kernel-6-19-rc8-released/
Linus Torvalds releases Linux 6.19-rc8. With tiny patches and stable stats, the kernel is on track for its final stable 6.19 release on 8 February.
More details here: https://ostechnix.com/linux-kernel-6-19-rc8-released/
@david_chisnall Also, you could probably also keep your ordering scripts in some special directory you choose. You'll just need to tell rcorder about by appending an extra path to local_startup in rc.conf(5).
@david_chisnall Hey David, you could create an extra service script in /etc/rc.d called ISCSI_WIREGUARD_ORDER with the following contents:
```
# PROVIDE: ISCSI_WIREGUARD_ORDER
# REQUIRE: wireguard
# BEFORE: iscsi
```