2024-01-14, 01:54 AM
so finally got it working. Basically my software RAID wasn't initializing fast enough for systemd so it moved on before it would be ready for other services to then use that raid. Had to add a ExecStartPre=/path/To/Script to the service. This script was simple DIR exists check. If it did then it would let the service start.
Alternate way i found (but didnt implment because couldnt find the right file) was to increase the time for the .mount of the raid in the unit file. Just couldnt find that file....cause lazy.
Alternate way i found (but didnt implment because couldnt find the right file) was to increase the time for the .mount of the raid in the unit file. Just couldnt find that file....cause lazy.