homelab infrastructure services
at main 11 lines 245 B view raw
1[Unit] 2Description=Machine user services 3# Wait for LDAP to be available 4After=network-online.target 5Wants=network-online.target 6 7# Simple check for LDAP availability 8ConditionPathExists=/run/user/%U/ldap-ready 9 10[Install] 11WantedBy=default.target